@@ -3,39 +3,31 @@ Thanks for your interest in the project. Bugs filed and PRs submitted are apprec
3
3
4
4
Please make sure that you are familiar with and follow the Code of Conduct for
5
5
this project (found in the CODE_OF_CONDUCT.md file).
6
-
7
6
Also, please make sure you're familiar with and follow the instructions in the
8
7
contributing guidelines (found in the CONTRIBUTING.md file).
9
-
10
8
If you're new to contributing to open source projects, you might find this free
11
9
video course helpful: http://kcd.im/pull-request
12
10
13
11
Please fill out the information below to expedite the review and (hopefully)
14
12
merge of your pull request!
15
13
-->
16
14
17
- ** What** :
18
-
15
+ ### What
19
16
<!-- What changes are being made? (What feature/bug is being fixed here?) -->
20
17
21
- ** Why** :
22
-
18
+ ### Why
23
19
<!-- Why are these changes necessary? -->
24
20
25
- ** How** :
26
-
21
+ ### How
27
22
<!-- How were these changes implemented? -->
28
23
29
- ** Checklist** :
30
-
24
+ ### Checklist
31
25
<!-- Have you done all of these things? -->
32
-
33
26
<!-- To check an item, place an "x" in the box like so: "- [x] Documentation" -->
34
- <!-- If the item is irrelevant to your changes, replace or fill the box with "N/A" -->
27
+ <!-- If the item is irrelevant to your changes, remove the item or replace or fill the box with "N/A" -->
35
28
36
29
- [ ] Documentation
37
30
- [ ] Tests
38
- - [ ] Ready to be merged
39
- <!-- In your opinion, is this ready to be merged as soon as it's reviewed? -->
31
+ - [ ] Ready to be merged <!-- In your opinion, is this ready to be merged as soon as it's reviewed? -->
40
32
41
33
<!-- feel free to add additional comments -->
0 commit comments