aboutsummaryrefslogtreecommitdiffstats
path: root/.github/PULL_REQUEST_TEMPLATE.md
diff options
context:
space:
mode:
Diffstat (limited to '.github/PULL_REQUEST_TEMPLATE.md')
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md32
1 files changed, 11 insertions, 21 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index aa6f850de..5a6f95002 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -1,28 +1,18 @@
1<!--- Provide a general summary of your changes in the Title above --> 1<!-- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
2<!-- Please start by naming your pull request properly e.g. "Add Google Tasks to Todo providers". -->
2 3
3### Description 4### Description
4<!--- Describe your changes in detail --> 5<!-- Describe your changes in detail. -->
5 6
6### Motivation and Context 7### Motivation and Context
7<!--- Why is this change required? What problem does it solve? --> 8<!-- Why is this change required? What problem does it solve? -->
8<!--- If it fixes an open issue, please link to the issue here. --> 9<!-- If it fixes an open issue, please link to the issue here. -->
9 10
10### How Has This Been Tested? 11### Screenshots
11<!--- Please describe in detail how you tested your changes. --> 12<!-- Remove the section if this does not apply. -->
12<!--- Include details of your testing environment, tests ran to see how -->
13<!--- your change affects other areas of the code, etc. -->
14
15### Screenshots (if appropriate):
16
17### Types of changes
18<!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: -->
19- [ ] Bug fix (non-breaking change which fixes an issue)
20- [ ] New feature (non-breaking change which adds functionality)
21- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
22 13
23### Checklist: 14### Checklist:
24<!--- Go over all the following points, and put an `x` in all the boxes that apply. --> 15<!-- Go over all the following points, and put an `x` in all the boxes that apply. -->
25<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> 16- [ ] My pull request is properly named
26- [ ] My code follows the code style of this project (run `$ npm run lint`). 17- [ ] The changes respect the code style of the project (`$ npm run lint`)
27<!---- [ ] My change requires a change to the documentation. 18- [ ] I tested/previewed my changes locally \ No newline at end of file
28- [ ] I have updated the documentation accordingly. -->