Update pull_request_template.md

updated against proposals
Jussi Vatjus-Anttila 2016-06-09 21:31:25 +01:00 committed by GitHub
parent 7afa17a2a4
commit f80a843502
1 changed files with 7 additions and 2 deletions

View File

@ -1,9 +1,13 @@
Note: This is just a template, so feel free to use/remove the unnecessary things
## Status
**READY/IN DEVELOPMENT/HOLD**
## Migrations
If this PR change any API's or it's behavior give short description what "API users" should do when this PR is in use.
YES | NO
## Description
A few sentences describing the overall goals of the pull request's commits.
@ -22,8 +26,9 @@ other_pr_master | [link]()
## Deploy Notes
Notes regarding deployment the contained body of work. These should note any
db migrations, etc.
Notes regarding the deployment of the contained body of work. These should note any
required changes in the build environment, tools, compilers, etc.
## Steps to Test or Reproduce
Outline the steps to test or reproduce the PR here.