Skip to content

Commit b5062b6

Browse files
committed
Add changelog entry requirement to pull request template
1 parent 83c677c commit b5062b6

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,23 @@
11
### Describe the change
2+
23
What does this Pull Request do?
34

45
### Why are we doing this?
6+
57
Any related context as to why is this is a desirable change.
68

79
### Benefits
10+
811
How will the library improve?
912

1013
### Drawbacks
14+
1115
Possible drawbacks applying this change.
1216

1317
### Requirements
14-
Put an X between brackets on each line if you have done the item:
15-
[] Tests written & passing locally?
16-
[] Code style checked?
17-
[] Rebased with `master` branch?
18-
[] Documentation updated?
18+
<!--- Put an X between brackets on each line if you have done the item: -->
19+
- [ ] Tests written & passing locally?
20+
- [ ] Code style checked?
21+
- [ ] Rebased with `master` branch?
22+
- [ ] Documentation updated?
23+
- [ ] Changelog updated?

0 commit comments

Comments
 (0)