Skip to content

Commit cf02e3c

Browse files
committed
minor symfony#20295 Define a GitHub issue template to avoid support questions (javiereguiluz)
This PR was squashed before being merged into the 2.7 branch (closes symfony#20295). Discussion ---------- Define a GitHub issue template to avoid support questions We're getting a lot of issues that are in fact support questions. Should we give a try at defining a GitHub Issue template to try to minimize this problem? The text contents are temporary. This is how they'd look: ![issue_template](https://cloud.githubusercontent.com/assets/73419/19683472/9be02128-9ab2-11e6-90a7-987ddcb49d97.png) Commits ------- eeaca5c Define a GitHub issue template to avoid support questions
2 parents 3f04132 + eeaca5c commit cf02e3c

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
| Q | A
2+
| ---------------- | -----
3+
| Bug report? | yes/no
4+
| Feature request? | yes/no
5+
| BC Break report? | yes/no
6+
| RFC? | yes/no
7+
| Symfony version | x.y.z
8+
9+
<!--
10+
- Please fill in this template according to your issue.
11+
- For support request or how-tos, visit https://symfony.com/support
12+
- Otherwise, replace this comment by the description of your issue.
13+
-->

0 commit comments

Comments
 (0)