diff --git a/GOVERNANCE.md b/GOVERNANCE.md new file mode 100644 index 00000000000..842e8165acf --- /dev/null +++ b/GOVERNANCE.md @@ -0,0 +1,16 @@ +# Governance + +## Project Maintainers +[Project maintainers](OWNERS) are responsible for activities around maintaining and updating Dapr. Final decisions on the project reside with the project maintainers. + +Maintainers MUST remain active. If they are unresponsive for >3 months, they will be automatically removed unless a [super-majority](https://en.wikipedia.org/wiki/Supermajority#Two-thirds_vote) of the other project maintainers agrees to extend the period to be greater than 3 months. + +New maintainers can be added to the project by a [super-majority](https://en.wikipedia.org/wiki/Supermajority#Two-thirds_vote) vote of the existing maintainers. A potential maintainer may be nominated by an existing maintainer. A vote is conducted in private between the current maintainers over the course of a one week voting period. At the end of the week, votes are counted and a pull request is made on the repo adding the new maintainer to the [OWNERS](OWNERS) file. + +A maintainer may step down by submitting an [issue](https://github.com/dapr/dapr/issues/new) stating their intent. + +Changes to this governance document require a pull request with approval from a [super-majority](https://en.wikipedia.org/wiki/Supermajority#Two-thirds_vote) of the current maintainers. + +## Code of Conduct +This project has adopted the [Microsoft Open Source Code of conduct](https://opensource.microsoft.com/codeofconduct/). +For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments. \ No newline at end of file