diff options
author | Serdar Sutay <serdar@opscode.com> | 2014-10-07 15:53:40 -0700 |
---|---|---|
committer | Serdar Sutay <serdar@opscode.com> | 2014-10-07 15:53:40 -0700 |
commit | 86670667e7e5448ebbcd90200be2dc4501c71787 (patch) | |
tree | c26fb342a971f86a322002ff8e3ee05c875ed0ba /CONTRIBUTING.md | |
parent | 624a7d31dbc84c3cc8cf4c85f0cc4311b5d53be5 (diff) | |
download | chef-86670667e7e5448ebbcd90200be2dc4501c71787.tar.gz |
Add some useful github queries.sersut/useful-github-queries
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e6e9a26cad..1679befffb 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -159,6 +159,13 @@ In order to decrease the back and forth an issues and help us get to the bottom [What actually happens after the reproduction steps?] ``` +### Useful Github Queries + +* [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) +* [Suitable for First Contribution](https://github.com/opscode/chef/labels/Easy) + ## <a name="release"></a> Chef Release Cycles Our primary shipping vehicle is operating system specific packages that includes |