Skip to content

Commit

Permalink
chore: use headings in PULL_REQUEST_TEMPLATE (#1257)
Browse files Browse the repository at this point in the history
  • Loading branch information
ph-fritsche authored Jan 16, 2025
1 parent a7f8c09 commit bc15a5b
Showing 1 changed file with 6 additions and 14 deletions.
20 changes: 6 additions & 14 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,39 +3,31 @@ Thanks for your interest in the project. Bugs filed and PRs submitted are apprec
Please make sure that you are familiar with and follow the Code of Conduct for
this project (found in the CODE_OF_CONDUCT.md file).
Also, please make sure you're familiar with and follow the instructions in the
contributing guidelines (found in the CONTRIBUTING.md file).
If you're new to contributing to open source projects, you might find this free
video course helpful: http://kcd.im/pull-request
Please fill out the information below to expedite the review and (hopefully)
merge of your pull request!
-->

**What**:

### What
<!-- What changes are being made? (What feature/bug is being fixed here?) -->

**Why**:

### Why
<!-- Why are these changes necessary? -->

**How**:

### How
<!-- How were these changes implemented? -->

**Checklist**:

### Checklist
<!-- Have you done all of these things? -->

<!-- To check an item, place an "x" in the box like so: "- [x] Documentation" -->
<!-- If the item is irrelevant to your changes, replace or fill the box with "N/A" -->
<!-- If the item is irrelevant to your changes, remove the item or replace or fill the box with "N/A" -->

- [ ] Documentation
- [ ] Tests
- [ ] Ready to be merged
<!-- In your opinion, is this ready to be merged as soon as it's reviewed? -->
- [ ] Ready to be merged <!-- In your opinion, is this ready to be merged as soon as it's reviewed? -->

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

0 comments on commit bc15a5b

Please sign in to comment.