Skip to content

Commit

Permalink
Add some useful github queries.
Browse files Browse the repository at this point in the history
  • Loading branch information
Serdar Sutay committed Oct 7, 2014
1 parent 624a7d3 commit 8667066
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8667066

Please sign in to comment.