Added new templates for GitHub issues

This commit is contained in:
Javier Eguiluz 2018-05-04 15:23:26 +02:00 committed by Fabien Potencier
parent d9c38310f6
commit a7c9696382
6 changed files with 90 additions and 13 deletions

View File

@ -1,13 +0,0 @@
| 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.
-->

26
.github/ISSUE_TEMPLATE/Bug_report.md vendored Normal file
View File

@ -0,0 +1,26 @@
---
name: Bug Report
about: Report errors and problems
---
<!--
The Symfony Code of Conduct applies to all the activity on this repository.
See https://symfony.com/doc/current/contributing/code_of_conduct/index.html
-->
**Symfony version(s) affected**: x.y.z
**Description**
<!-- A clear and concise description of the problem. -->
**How to reproduce**
<!-- Code and/or config needed to reproduce the problem. If it's a complex bug,
create a "bug reproducer" as explained in:
https://symfony.com/doc/current/contributing/code/reproducer.html -->
**Possible Solution**
<!--- Optional: only if you have suggestions on a fix/reason for the bug -->
**Additional context**
<!-- Optional: any other context about the problem: log messages, screenshots, etc. -->

View File

@ -0,0 +1,15 @@
---
name: Documentation Issue
about: Anything related to Symfony Documentation
---
<!--
The Symfony Code of Conduct applies to all the activity on this repository.
See https://symfony.com/doc/current/contributing/code_of_conduct/index.html
-->
Symfony Documentation has its own dedicated repository. Please open your
documentation-related issue at https://github.com/symfony/symfony-docs/issues
Thanks!

View File

@ -0,0 +1,17 @@
---
name: Feature Request
about: RFC and ideas for new features and improvements
---
<!--
The Symfony Code of Conduct applies to all the activity on this repository.
See https://symfony.com/doc/current/contributing/code_of_conduct/index.html
-->
**Description**
<!-- A clear and concise description of the new feature. -->
**Example**
<!-- A simple example of the new feature in action (include PHP code, YAML config, etc.)
If the new feature changes an existing feature, include a simple before/after comparison. -->

View File

@ -0,0 +1,16 @@
---
name: Security Issue
about: Report security-related errors
---
<!--
The Symfony Code of Conduct applies to all the activity on this repository.
See https://symfony.com/doc/current/contributing/code_of_conduct/index.html
-->
If you have found a security issue in Symfony, please send the details to
security [at] symfony.com and don't disclose it publicly until we can provide a
fix for it.
More information: https://symfony.com/security

View File

@ -0,0 +1,16 @@
---
name: Support Question
about: Questions about using Symfony and its components
---
<!--
The Symfony Code of Conduct applies to all the activity on this repository.
See https://symfony.com/doc/current/contributing/code_of_conduct/index.html
-->
We use GitHub issues only to discuss about Symfony bugs and new features. For
this kind of questions about using Symfony or third-party bundles, please use
any of the support alternatives shown in https://symfony.com/support
Thanks!