Skip to content

Commit ce5c47c

Browse files
committed
minor symfony#27155 Added new templates for GitHub issues (javiereguiluz)
This PR was squashed before being merged into the 4.2-dev branch (closes symfony#27155). Discussion ---------- Added new templates for GitHub issues As shown here: https://blog.github.com/2018-05-02-issue-template-improvements/ Commits ------- a7c9696 Added new templates for GitHub issues
2 parents 016d556 + a7c9696 commit ce5c47c

File tree

6 files changed

+90
-13
lines changed

6 files changed

+90
-13
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/Bug_report.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
name: Bug Report
3+
about: Report errors and problems
4+
5+
---
6+
7+
<!--
8+
The Symfony Code of Conduct applies to all the activity on this repository.
9+
See https://symfony.com/doc/current/contributing/code_of_conduct/index.html
10+
-->
11+
12+
**Symfony version(s) affected**: x.y.z
13+
14+
**Description**
15+
<!-- A clear and concise description of the problem. -->
16+
17+
**How to reproduce**
18+
<!-- Code and/or config needed to reproduce the problem. If it's a complex bug,
19+
create a "bug reproducer" as explained in:
20+
https://symfony.com/doc/current/contributing/code/reproducer.html -->
21+
22+
**Possible Solution**
23+
<!--- Optional: only if you have suggestions on a fix/reason for the bug -->
24+
25+
**Additional context**
26+
<!-- Optional: any other context about the problem: log messages, screenshots, etc. -->
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
name: Documentation Issue
3+
about: Anything related to Symfony Documentation
4+
5+
---
6+
7+
<!--
8+
The Symfony Code of Conduct applies to all the activity on this repository.
9+
See https://symfony.com/doc/current/contributing/code_of_conduct/index.html
10+
-->
11+
12+
Symfony Documentation has its own dedicated repository. Please open your
13+
documentation-related issue at https://github.com/symfony/symfony-docs/issues
14+
15+
Thanks!
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
name: Feature Request
3+
about: RFC and ideas for new features and improvements
4+
5+
---
6+
7+
<!--
8+
The Symfony Code of Conduct applies to all the activity on this repository.
9+
See https://symfony.com/doc/current/contributing/code_of_conduct/index.html
10+
-->
11+
12+
**Description**
13+
<!-- A clear and concise description of the new feature. -->
14+
15+
**Example**
16+
<!-- A simple example of the new feature in action (include PHP code, YAML config, etc.)
17+
If the new feature changes an existing feature, include a simple before/after comparison. -->
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
name: Security Issue
3+
about: Report security-related errors
4+
5+
---
6+
7+
<!--
8+
The Symfony Code of Conduct applies to all the activity on this repository.
9+
See https://symfony.com/doc/current/contributing/code_of_conduct/index.html
10+
-->
11+
12+
If you have found a security issue in Symfony, please send the details to
13+
security [at] symfony.com and don't disclose it publicly until we can provide a
14+
fix for it.
15+
16+
More information: https://symfony.com/security
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
name: Support Question
3+
about: Questions about using Symfony and its components
4+
5+
---
6+
7+
<!--
8+
The Symfony Code of Conduct applies to all the activity on this repository.
9+
See https://symfony.com/doc/current/contributing/code_of_conduct/index.html
10+
-->
11+
12+
We use GitHub issues only to discuss about Symfony bugs and new features. For
13+
this kind of questions about using Symfony or third-party bundles, please use
14+
any of the support alternatives shown in https://symfony.com/support
15+
16+
Thanks!

0 commit comments

Comments
 (0)