|
1 | 1 | <!--- Provide a general summary of your changes in the Title above -->
|
2 | 2 |
|
| 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 | + |
3 | 6 | ## Description
|
4 | 7 | <!--- Describe your changes in detail -->
|
5 | 8 |
|
|
11 | 14 | <!--- Please describe in detail how you tested your changes. -->
|
12 | 15 | <!--- Include details of your testing environment, and the tests you ran to -->
|
13 | 16 | <!--- 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