Skip to content

Commit 95f6fa5

Browse files
authored
Enhance PR template with deprecation and documentation fields
Added a deprecation and documentation field to the PR template.
1 parent 6a1c58e commit 95f6fa5

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
| Q | A
2-
| ------------- | ---
3-
| Bug fix? | yes/no
4-
| New feature? | yes/no <!-- please update src/**/CHANGELOG.md files -->
5-
| Docs? | yes/no <!-- required for new features -->
6-
| Issues | Fix #... <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead -->
7-
| License | MIT
1+
| Q | A
2+
| -------------- | ---
3+
| Bug fix? | yes/no
4+
| New feature? | yes/no <!-- please update src/**/CHANGELOG.md files -->
5+
| Deprecations? | yes/no <!-- if yes, also update UPGRADE-*.md and src/**/CHANGELOG.md -->
6+
| Documentation? | yes/no <!-- required for new features, or documentation updates -->
7+
| Issues | Fix #... <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead -->
8+
| License | MIT
89

910
<!--
1011
Replace this notice by a description of your feature/bugfix.

0 commit comments

Comments
 (0)