From d385122f1ef6ccd467788592316acff72cdcecac Mon Sep 17 00:00:00 2001 From: Alexander Shaposhnikov Date: Tue, 17 Oct 2017 21:44:07 +0300 Subject: [PATCH] Create PULL_REQUEST_TEMPLATE.md This will act as a template for GitHub Pull Requests. GitHub allows to hide this file in `.github` folder, so I did. --- .github/PULL_REQUEST_TEMPLATE.md | 13 +++++++++++++ 1 file changed, 13 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 00000000000..c475bf0ce8b --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,13 @@ +## Purpose + +_Do a quick recap of your work here._ + +JIRA issue: [CORE-XXXX](https://jira.reactos.org/browse/CORE-XXXX) + +## Proposed changes +- +- + +## TODO +- [ ] Task 1 +- [ ] Task 2