diff options
author | Tim Smith <tsmith@chef.io> | 2016-09-22 12:38:26 -0700 |
---|---|---|
committer | Tim Smith <tsmith@chef.io> | 2016-09-22 12:38:26 -0700 |
commit | 72dae37064f63df5c82615d05eacf42f9f52deab (patch) | |
tree | 85c45bdca70ac9d53c030c75d0972d387d49acf4 /CONTRIBUTING.md | |
parent | 6f96b4f4e7fe1519d7f8a8c48cfed1bf17bb755c (diff) | |
download | chef-72dae37064f63df5c82615d05eacf42f9f52deab.tar.gz |
Remove the Github queries
These don't really fit in a contributing doc for the project as a whole
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1db7bf62a8..49f244ff9d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -82,15 +82,6 @@ Date: Wed Sep 18 11:44:40 2013 -0700 ------------------------------------------------------------------------ ``` -### 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/chef/chef-rfc). These queries will help track contributions through this process: - -- [Issues that are not assigned to a team](https://github.com/chef/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/chef/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/chef/chef/labels/Pending%20Maintainer%20Review) -- [Suitable for First Contribution](https://github.com/chef/chef/labels/Easy) - ## Chef Release Cycles Our primary shipping vehicle is operating system specific packages that includes all the requirements of Chef. We call these [Omnibus packages](https://github.com/chef/omnibus) |