https://git.reactos.org/?p=reactos.git;a=commitdiff;h=d385122f1ef6ccd467788592316acff72cdcecac

commit d385122f1ef6ccd467788592316acff72cdcecac
Author: Alexander Shaposhnikov <sanch...@reactos.org>
AuthorDate: Tue Oct 17 21:44:07 2017 +0300

    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(+)

diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
new file mode 100644
index 0000000000..c475bf0ce8
--- /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

Reply via email to