We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9869c6 commit 485ecdcCopy full SHA for 485ecdc
.github/PULL_REQUEST_TEMPLATE.md
@@ -15,7 +15,9 @@ and this PR aims to improve that problem by doing X instead of Y.
15
-->
16
17
## Checklist before requesting a review
18
-- [ ] I have written PHP tests.
19
-- [ ] I have updated the documentation in the readme where needed.
+- [ ] I have written PHPUnit tests.
+- [ ] I have updated the documentation and opened a pull request within
20
+the [feature flags documentation repo](https://github.com/ylsideas/feature-flags-docs).
21
- [ ] I have checked code styles, PHPStan etc. pass.
22
- [ ] I have provided an issue/business case.
23
+- [ ] I have added the `enhancement` label for a new feature.
0 commit comments