Skip to content

Commit 30029dc

Browse files
committed
Add PR template
1 parent 4145464 commit 30029dc

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
| Q | A
2+
| ------------- | ---
3+
| Bug fix? | yes/no
4+
| New feature? | yes/no <!-- please update CHANGELOG.md file -->
5+
| Deprecations? | yes/no <!-- please update CHANGELOG.md file -->
6+
| Issues | Fix #... <!-- prefix each issue number with "Fix #", no need to create an issue if none exists, explain below instead -->
7+
| License | MIT
8+
9+
<!--
10+
Replace this notice by a description of your feature/bugfix.
11+
This will help reviewers and should be a good start for the documentation.
12+
13+
Additionally (see https://symfony.com/releases):
14+
- Always add tests and ensure they pass.
15+
- Features and deprecations must be submitted against the latest branch.
16+
- For new features, provide some code snippets to help understand usage.
17+
- Changelog entry should follow https://symfony.com/doc/current/contributing/code/conventions.html#writing-a-changelog-entry
18+
- Never break backward compatibility.
19+
-->

0 commit comments

Comments
 (0)