Skip to content

Commit 80c8438

Browse files
committed
minor #242 Add PullRequest template (Kocal)
This PR was merged into the 2.x branch. Discussion ---------- Add PullRequest template Commits ------- c002ff9 Add PullRequest template
2 parents e335394 + c002ff9 commit 80c8438

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)