diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 4f75f1beaf..c2786d5104 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -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.