From bd880924d98af170b0d658c866da7ca83b12576c Mon Sep 17 00:00:00 2001 From: Alexander Shaposhnikov Date: Mon, 6 Nov 2017 19:28:12 +0200 Subject: [PATCH] Update pull request template with additional info --- .github/PULL_REQUEST_TEMPLATE.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index c475bf0ce8b..8622a6e683a 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -5,9 +5,15 @@ _Do a quick recap of your work here._ JIRA issue: [CORE-XXXX](https://jira.reactos.org/browse/CORE-XXXX) ## Proposed changes + +_Describe what you propose to change/add/fix with this pull request._ + - - ## TODO -- [ ] Task 1 -- [ ] Task 2 + +_Use a TODO when your pull request is Work in Progress._ + +- [ ] +- [ ]