Skip to content

Commit 14bb1ca

Browse files
committed
Add PR template repo specific
***NO_CI***
1 parent 80df4c1 commit 14bb1ca

File tree

1 file changed

+38
-0
lines changed

1 file changed

+38
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

+38
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
<!--- In the TITLE (above **NOT HERE**) provide a general, short summary of your changes -->
2+
<!--- Please DO NOT use references to other PR's or issues -->
3+
4+
## Description
5+
<!--- Describe your changes in detail -->
6+
<!--- Bulleted list. Full sentences. Ending with a dot. -->
7+
8+
## Motivation and Context
9+
<!--- Why is this change required? What problem does it solve? -->
10+
<!--- 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) -->
11+
- Fixes/Closes/Resolves nanoFramework/Home#NNNN
12+
13+
## How Has This Been Tested?<!-- (IF APPLICABLE) -->
14+
<!--- Please describe in detail how you tested your changes. -->
15+
<!--- Include details of your testing environment, and the tests you ran to -->
16+
<!--- see how your change affects other areas of the code, etc. -->
17+
18+
## Screenshots<!-- (if appropriate): -->
19+
20+
## Types of changes
21+
<!--- What types of changes does this PR introduce? Put an `x` in all the boxes that apply: -->
22+
- [ ] Improvement (non-breaking change that improves a feature, code or algorithm)
23+
- [ ] Bug fix (non-breaking change which fixes an issue with code or algorithm)
24+
- [ ] New feature (non-breaking change which adds functionality to code)
25+
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
26+
- [ ] Config and build (change in the configuration and build system, has no impact on code or features)
27+
- [ ] Dev Containers (changes in the Dev Containers, has no impact on code or features)
28+
- [ ] Dependencies (update dependencies and changes associated, has no impact on code or features)
29+
- [ ] Documentation (changes or updates in the documentation, has no impact on code or features)
30+
31+
## Checklist
32+
<!--- Go over all the following points, and put an `x` in all the boxes that apply. -->
33+
<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
34+
- [ ] My code follows the code style of this project.
35+
- [ ] My change requires a change to the documentation.
36+
- [ ] I have updated the documentation accordingly.
37+
- [ ] I have read the [CONTRIBUTING](https://github.com/nanoframework/.github/blob/main/CONTRIBUTING.md) document.
38+
- [ ] All new and existing tests passed.

0 commit comments

Comments
 (0)