From 6e1c70050e95c022acfd0dc2eaf59ba37ac21055 Mon Sep 17 00:00:00 2001 From: dbernstein Date: Tue, 25 Jun 2019 11:35:46 -0700 Subject: [PATCH] Adds PR template to repo. (#119) --- .github/PULL_REQUEST_TEMPLATE.md | 37 ++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..db09c375 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,37 @@ +**GitHub Issue**: (link) + +* Other Relevant Links (Google Groups discussion, related pull requests, + Release pull requests, etc.) + +# What does this Pull Request do? + +A brief description of what the intended result of the PR will be and/or what + problem it solves. + +# What's new? +A in-depth description of the changes made by this PR. Technical details and + possible side effects. + +* 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 + (ie. Regeneration activity, etc.)? +* Could this change impact execution of existing code? + +# How should this be tested? + +A description of what steps someone could take to: +* Reproduce the problem you are fixing (if applicable) +* Test that the Pull Request does what is intended. +* Please be as detailed as possible. +* Good testing instructions help get your PR completed faster. + +# Additional Notes: +Any additional information that you think would be helpful when reviewing this + PR. + +# Interested parties +Tag (@ mention) interested parties or, if unsure, @Islandora-CLAW/committers