Skip to content

Commit

Permalink
added github template for pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Preusner committed Feb 21, 2016
1 parent da86e45 commit 47f7c4a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
| Q | A
| ------------- | ---
| Bug fix? | [yes|no]
| New feature? | [yes|no]
| BC breaks? | [yes|no]
| Deprecations? | [yes|no]
| Tests pass? | [yes|no]
| Fixed tickets | [comma-separated list of tickets fixed by the PR, if any]
| License | MIT
| Doc PR | [reference to the documentation PR, if any]

0 comments on commit 47f7c4a

Please sign in to comment.