Skip to content

Commit bc15a5b

Browse files
authored
chore: use headings in PULL_REQUEST_TEMPLATE (#1257)
1 parent a7f8c09 commit bc15a5b

File tree

1 file changed

+6
-14
lines changed

1 file changed

+6
-14
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 6 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,39 +3,31 @@ Thanks for your interest in the project. Bugs filed and PRs submitted are apprec
33
44
Please make sure that you are familiar with and follow the Code of Conduct for
55
this project (found in the CODE_OF_CONDUCT.md file).
6-
76
Also, please make sure you're familiar with and follow the instructions in the
87
contributing guidelines (found in the CONTRIBUTING.md file).
9-
108
If you're new to contributing to open source projects, you might find this free
119
video course helpful: http://kcd.im/pull-request
1210
1311
Please fill out the information below to expedite the review and (hopefully)
1412
merge of your pull request!
1513
-->
1614

17-
**What**:
18-
15+
### What
1916
<!-- What changes are being made? (What feature/bug is being fixed here?) -->
2017

21-
**Why**:
22-
18+
### Why
2319
<!-- Why are these changes necessary? -->
2420

25-
**How**:
26-
21+
### How
2722
<!-- How were these changes implemented? -->
2823

29-
**Checklist**:
30-
24+
### Checklist
3125
<!-- Have you done all of these things? -->
32-
3326
<!-- 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" -->
3528

3629
- [ ] Documentation
3730
- [ ] 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? -->
4032

4133
<!-- feel free to add additional comments -->

0 commit comments

Comments
 (0)