Skip to content

Commit fd75e11

Browse files
authored
Update PULL_REQUEST_TEMPLATE.md
1 parent d5bff04 commit fd75e11

File tree

1 file changed

+3
-18
lines changed

1 file changed

+3
-18
lines changed

.github/PULL_REQUEST_TEMPLATE.md

+3-18
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
<!--- Provide a general summary of your changes in the Title above -->
22

3+
<!-- If you have questions about it, feel free to ask. We don't bite, I promise. -->
4+
- [ ] I have read https://mithril.js.org/contributing.html
5+
36
## Description
47
<!--- Describe your changes in detail -->
58

@@ -11,21 +14,3 @@
1114
<!--- Please describe in detail how you tested your changes. -->
1215
<!--- Include details of your testing environment, and the tests you ran to -->
1316
<!--- see how your change affects other areas of the code, etc. -->
14-
15-
## Types of changes
16-
<!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: -->
17-
- [ ] Bug fix (non-breaking change which fixes an issue)
18-
- [ ] New feature (non-breaking change which adds functionality)
19-
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
20-
- [ ] Documentation change
21-
22-
## Checklist:
23-
<!--- Go over all the following points, and put an `x` in all the boxes that apply. -->
24-
<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
25-
- [ ] My code follows the code style of this project.
26-
- [ ] My change requires a change to the documentation.
27-
- [ ] I have updated the documentation accordingly.
28-
- [ ] I have read the **CONTRIBUTING** document.
29-
- [ ] I have added tests to cover my changes.
30-
- [ ] All new and existing tests passed.
31-
- [ ] I have updated `docs/changelog.md`

0 commit comments

Comments
 (0)