From f47276828f63429976581a76b63d4c795d7a600f Mon Sep 17 00:00:00 2001 From: Rosie Le Faive Date: Wed, 11 Aug 2021 15:16:46 -0300 Subject: [PATCH 1/2] Update PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index a4a0b761e..d68070119 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -15,7 +15,6 @@ A in-depth description of the changes made by this PR. Technical details and * Changes x feature to such that y * Added x * Removed y -* Does this change require documentation to be updated? * Does this change add any new dependencies? * Does this change require any other modifications to be made to the repository (i.e. Regeneration activity, etc.)? @@ -29,6 +28,13 @@ A description of what steps someone could take to: * Please be as detailed as possible. * Good testing instructions help get your PR completed faster. +# Documentation Status + +* Does this change existing behaveiour that's currently documented? +* Does this change require new pages or sections of documentation? +* Who does this need to be documented for? +* Associated documentation pull request(s): ___ or documentation issue ___ + # Additional Notes: Any additional information that you think would be helpful when reviewing this PR. From a3d96e8161cbd36997ea852591208736dc220e56 Mon Sep 17 00:00:00 2001 From: Rosie Le Faive Date: Fri, 13 Aug 2021 12:20:41 -0300 Subject: [PATCH 2/2] fix spelling. --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index d68070119..df4255eea 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -30,7 +30,7 @@ A description of what steps someone could take to: # Documentation Status -* Does this change existing behaveiour that's currently documented? +* Does this change existing behaviour that's currently documented? * Does this change require new pages or sections of documentation? * Who does this need to be documented for? * Associated documentation pull request(s): ___ or documentation issue ___