From f80a843502e1db51e8e4255694aec47f4632f8af Mon Sep 17 00:00:00 2001 From: Jussi Vatjus-Anttila Date: Thu, 9 Jun 2016 21:31:25 +0100 Subject: [PATCH] Update pull_request_template.md updated against proposals --- .github/pull_request_template.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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.