Skip to content

Commit 9d86bbf

Browse files
committed
Add documentation check to PR template
1 parent 31fd264 commit 9d86bbf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
| ------------- | ---
33
| Bug fix? | yes/no
44
| New feature? | yes/no <!-- please update src/**/CHANGELOG.md files -->
5+
| Docs? | yes/no <!-- required for new features -->
56
| Issues | Fix #... <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead -->
67
| License | MIT
78

@@ -13,6 +14,7 @@ Additionally (see https://symfony.com/releases):
1314
- Always add tests and ensure they pass.
1415
- For new features, provide some code snippets to help understand usage.
1516
- Features and deprecations must be submitted against branch main.
17+
- Update/add documentation as required (we can help!)
1618
- Changelog entry should follow https://symfony.com/doc/current/contributing/code/conventions.html#writing-a-changelog-entry
1719
- Never break backward compatibility (see https://symfony.com/bc).
1820
-->

0 commit comments

Comments
 (0)