diff options
author | Serdar Sutay <serdar@opscode.com> | 2014-10-08 09:24:11 -0700 |
---|---|---|
committer | Serdar Sutay <serdar@opscode.com> | 2014-10-08 09:24:11 -0700 |
commit | 9189c69112fa17893547602e22d8bf734a38aef5 (patch) | |
tree | 7001813af0288ed734c88942df76aa52a6f4fae6 /CONTRIBUTING.md | |
parent | 37df02db47f656beb4ca8738bfe3f2829bd8781f (diff) | |
download | chef-9189c69112fa17893547602e22d8bf734a38aef5.tar.gz |
Directly pushing the forgotten introduction paragraph to useful github queries.
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1679befffb..f8618ad381 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -161,6 +161,8 @@ In order to decrease the back and forth an issues and help us get to the bottom ### Useful Github Queries +Contributions go through a review process to improve code quality and avoid regressions. Managing a large number of contributions requires a workflow to provide queues for work such as triage, code review, and merging. A semi-formal process has evolved over the life of the project. Chef maintains this process pending community development and acceptance of an [RFC](https://github.com/opscode/chef-rfc). These queries will help track contributions through this process: + * [Issues that are not assigned to a team](https://github.com/opscode/chef/issues?q=is%3Aopen+-label%3AAIX+-label%3ABSD+-label%3Awindows+-label%3A%22Chef+Core%22++-label%3A%22Dev+Tools%22+-label%3AUbuntu+-label%3A%22Enterprise+Linux%22+-label%3A%22Ready+For+Merge%22+-label%3AMac+-label%3ASolaris+) * [Untriaged Issues](https://github.com/opscode/chef/issues?q=is%3Aopen+is%3Aissue+-label%3ABug+-label%3AEnhancement+-label%3A%22Tech+Cleanup%22+-label%3A%22Ready+For+Merge%22) * [PRs to be Reviewed](https://github.com/opscode/chef/labels/Pending%20Maintainer%20Review) |