Skip to content

Commit 5b649b7

Browse files
committed
minor #2630 Add documentation check to PR template (kbond)
This PR was merged into the 2.x branch. Discussion ---------- Add documentation check to PR template | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | Issues | n/a | License | MIT Hopefully this will prompt contributors to add documentation as required :) Commits ------- 9d86bbf Add documentation check to PR template
2 parents a5498e7 + 9d86bbf commit 5b649b7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 2 additions & 0 deletions
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)