Skip to content

Commit 485ecdc

Browse files
committed
Updates the PR template
1 parent c9869c6 commit 485ecdc

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ and this PR aims to improve that problem by doing X instead of Y.
1515
-->
1616

1717
## Checklist before requesting a review
18-
- [ ] I have written PHP tests.
19-
- [ ] I have updated the documentation in the readme where needed.
18+
- [ ] I have written PHPUnit tests.
19+
- [ ] I have updated the documentation and opened a pull request within
20+
the [feature flags documentation repo](https://github.com/ylsideas/feature-flags-docs).
2021
- [ ] I have checked code styles, PHPStan etc. pass.
2122
- [ ] I have provided an issue/business case.
23+
- [ ] I have added the `enhancement` label for a new feature.

0 commit comments

Comments
 (0)