Skip to content

Commit 03a1a7c

Browse files
authored
Create PULL_REQUEST_TEMPLATE.md
1 parent 3d27e6f commit 03a1a7c

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
<!--- Provide a general summary of your changes in the Title above -->
2+
3+
## Description
4+
<!--- Describe your changes in detail -->
5+
6+
## Motivation and Context
7+
<!--- Why is this change required? What problem does it solve? -->
8+
<!--- If it fixes/closes/resolves an open issue, please link to the issue here using the template bellow (mind the link as all issues are open in the Home repository, not in this one) -->
9+
- Fixes/Closes/Resolves nanoFramework/Home#NNNN
10+
11+
## How Has This Been Tested?<!-- (if applicable) -->
12+
<!--- Please describe in detail how you tested your changes. -->
13+
<!--- Include details of your testing environment, and the tests you ran to -->
14+
<!--- see how your change affects other areas of the code, etc. -->
15+
16+
## Screenshots<!-- (if appropriate): -->
17+
18+
## Types of changes
19+
<!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: -->
20+
- [ ] Improvement (non-breaking change that improves a feature, code or algorithm)
21+
- [ ] Bug fix (non-breaking change which fixes an issue)
22+
- [ ] New feature (non-breaking change which adds functionality)
23+
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
24+
25+
## Checklist:
26+
<!--- Go over all the following points, and put an `x` in all the boxes that apply. -->
27+
<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
28+
- [ ] My code follows the code style of this project.
29+
- [ ] My change requires a change to the documentation.
30+
- [ ] I have updated the documentation accordingly.
31+
- [ ] I have read the **CONTRIBUTING** document.
32+
- [ ] I have added tests to cover my changes.
33+
- [ ] All new and existing tests passed.
34+
35+
<!--- It would be nice if you could sign off your contribution by replacing the name with your GitHub user name and GitHub email contact. -->
36+
Signed-off-by: GITHUB_USER <GITHUB_USER_EMAIL>

0 commit comments

Comments
 (0)