Skip to content

Commit

Permalink
Add changelog entry requirement to pull request template
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrmurach committed Sep 1, 2021
1 parent 83c677c commit b5062b6
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .github/PULL_REQUEST_TEMPLATE.md
@@ -1,18 +1,23 @@
### Describe the change

What does this Pull Request do?

### Why are we doing this?

Any related context as to why is this is a desirable change.

### Benefits

How will the library improve?

### Drawbacks

Possible drawbacks applying this change.

### Requirements
Put an X between brackets on each line if you have done the item:
[] Tests written & passing locally?
[] Code style checked?
[] Rebased with `master` branch?
[] Documentation updated?
<!--- Put an X between brackets on each line if you have done the item: -->
- [ ] Tests written & passing locally?
- [ ] Code style checked?
- [ ] Rebased with `master` branch?
- [ ] Documentation updated?
- [ ] Changelog updated?

0 comments on commit b5062b6

Please sign in to comment.