From a117b0c723be669bebc44d08e33744c362d02eb4 Mon Sep 17 00:00:00 2001 From: Jakob Borg Date: Sat, 5 Mar 2016 21:49:05 +0100 Subject: [PATCH] Add a pull request template --- PULL_REQUEST_TEMPLATE.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 PULL_REQUEST_TEMPLATE.md diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 000000000..aa8f3d84f --- /dev/null +++ b/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,15 @@ +### Purpose + +Describe the purpose of this change. If there is an existing issue that is +resolved by this pull request, ensure that the commit subject is on the form +`Some short description (fixes #1234)` where 1234 is the issue number. + +### Testing + +Describe what testing has been done, and how the reviewer can test the change +if new tests are not included. + +### Screenshots + +If this is a GUI change, include screenshots of the change. If not, please +feel free to just delete this section.