From 0576abbdc9e81edf8236d8ad6cb71d2630319b0e Mon Sep 17 00:00:00 2001 From: mickadoo Date: Tue, 25 Jul 2017 13:31:17 +0100 Subject: [PATCH] CRM-20965: Add PR template --- .github/PULL_REQUEST_TEMPLATE.md | 14 ++++++++++++++ 1 file changed, 14 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 0000000000..8dbdcc0e10 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,14 @@ +## Overview +_A brief description of the pull request. Try to keep it non-technical._ + +## Before +_The current status. Please provide screenshots or gifs ([LICEcap](http://www.cockos.com/licecap/), [SilentCast](https://github.com/colinkeenan/silentcast)) where appropriate._ + +## After +_What has been changed. Please provide screenshots or gifs ([LICEcap](http://www.cockos.com/licecap/), [SilentCast](https://github.com/colinkeenan/silentcast)) where appropriate._ + +## Technical Details +_If the PR introduces noteworthy technical changes, please describe them here. Provide code snippets if necessary_ + +## Comments +_Anything else you would like the reviewer to note_ -- 2.25.1