Skip to content

Commit c002ff9

Browse files
committed
Add PullRequest template
1 parent e335394 commit c002ff9

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed
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+
| Issues | Fix #... <!-- prefix each issue number with "Fix #", no need to create an issue if none exist, explain below instead -->
6+
| License | MIT
7+
8+
<!--
9+
Replace this notice by a description of your feature/bugfix.
10+
This will help reviewers and should be a good start for the documentation.
11+
12+
Additionally (see https://symfony.com/releases):
13+
- Always add tests and ensure they pass.
14+
- For new features, provide some code snippets to help understand usage.
15+
- Features and deprecations must be submitted against branch main.
16+
- Update/add documentation as required (we can help!)
17+
- Changelog entry should follow https://symfony.com/doc/current/contributing/code/conventions.html#writing-a-changelog-entry
18+
- Never break backward compatibility (see https://symfony.com/bc).
19+
-->

0 commit comments

Comments
 (0)