8000 Create PULL_REQUEST_TEMPLATE.md by colinodell · Pull Request #17831 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

Create PULL_REQUEST_TEMPLATE.md #17831

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Create Github pull request template
  • Loading branch information
colinodell committed Feb 17, 2016
commit 8c0676ab4d6bfdc5ab770f427a5b637d113ab7fc
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