Merge branch '2.7' into 2.8

* 2.7:
  Define a GitHub issue template to avoid support questions
This commit is contained in:
Fabien Potencier 2016-12-13 11:41:19 +01:00
commit 5af7f1afc1

13
.github/ISSUE_TEMPLATE.md vendored Normal file
View File

@ -0,0 +1,13 @@
| Q | A
| ---------------- | -----
| Bug report? | yes/no
| Feature request? | yes/no
| BC Break report? | yes/no
| RFC? | yes/no
| Symfony version | x.y.z
<!--
- Please fill in this template according to your issue.
- For support request or how-tos, visit https://symfony.com/support
- Otherwise, replace this comment by the description of your issue.
-->