diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index a4a0b761..df4255ee 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 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 ___ + # Additional Notes: Any additional information that you think would be helpful when reviewing this PR.