Skip to content

Commit f7e2bad

Browse files
committed
docs: 📝 add github template
1 parent 5a08da0 commit f7e2bad

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

+39
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
<!--- Provide a general summary of your changes in the Title above -->
2+
3+
## Description
4+
5+
<!--- Describe your changes in detail -->
6+
7+
[github issue](https://github.com/webduinoio/webduino-js/issues/)
8+
9+
## Motivation and Context
10+
11+
<!--- Why is this change required? What problem does it solve? -->
12+
<!--- If it fixes an open issue, please link to the issue here. -->
13+
14+
## How Has This Been Tested?
15+
16+
<!--- Please describe in detail how you tested your changes. -->
17+
<!--- Include details of your testing environment, the tests you ran to -->
18+
<!--- see how your change affects other areas of the code, etc. -->
19+
20+
## Screenshots (if appropriate)
21+
22+
## Types of changes
23+
24+
<!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: -->
25+
26+
- [ ] Bug fix (non-breaking change which fixes an issue)
27+
- [ ] New feature (non-breaking change which adds functionality)
28+
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
29+
30+
## Checklist
31+
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+
35+
- [ ] My code follows the code style of this project.
36+
- [ ] My change requires a change to the documentation.
37+
- [ ] I have updated the documentation accordingly.
38+
- [ ] I have added tests to cover my changes.
39+
- [ ] All new and existing tests passed.

0 commit comments

Comments
 (0)