8000 minor #27193 Improve github issue templates (nicolas-grekas) · symfony/symfony@965e484 · GitHub
[go: up one dir, main page]

Skip to content

Commit 965e484

Browse files
committed
minor #27193 Improve github issue templates (nicolas-grekas)
This PR was merged into the 4.2-dev branch. Discussion ---------- Improve github issue templates | Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - Fixes ordering and adds some visual hints: ![image](https://user-images.githubusercontent.com/243674/39730597-71ba077e-5217-11e8-91cd-fbfa80777ee9.png) Commits ------- a05ae9b Improve github issue templates
2 parents 226e2f3 + a05ae9b commit 965e484

File tree

5 files changed

+10
-8
lines changed

5 files changed

+10
-8
lines changed

.github/ISSUE_TEMPLATE/Bug_report.md renamed to .github/ISSUE_TEMPLATE/1_Bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: Bug Report
2+
name: 🐛 Bug Report
33
about: Report errors and problems
44

55
---

.github/ISSUE_TEMPLATE/Feature_request.md renamed to .github/ISSUE_TEMPLATE/2_Feature_request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: Feature Request
2+
name: 🚀 Feature Request
33
about: RFC and ideas for new features and improvements
44

55
---

.github/ISSUE_TEMPLATE/Support_question.md renamed to .github/ISSUE_TEMPLATE/3_Support_question.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
name: Support Question
3-
about: Questions about using Symfony and its components
2+
name: Support Question
3+
about: See https://symfony.com/support for questions about using Symfony and its components
44

55
---
66

.github/ISSUE_TEMPLATE/Documentation_issue.md renamed to .github/ISSUE_TEMPLATE/4_Documentation_issue.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
name: Documentation Issue
3-
about: Anything related to Symfony Documentation
2+
name: Documentation Issue
3+
about: See https://github.com/symfony/symfony-docs/issues for documentation issues
44

55
---
66

.github/ISSUE_TEMPLATE/Security_issue.md renamed to .github/ISSUE_TEMPLATE/5_Security_issue.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
---
2-
name: Security Issue
3-
about: Report security-related errors
2+
name: Security Issue
3+
about: See https://symfony.com/security to report security-related issues
44

55
---
66

7+
⚠ PLEASE DON'T DISCLOSE SECURITY-RELATED ISSUES PUBLICLY, SEE BELOW.
8+
79
<!--
810
The Symfony Code of Conduct applies to all the activity on this repository.
911
See https://symfony.com/doc/current/contributing/code_of_conduct/index.html

0 commit comments

Comments
 (0)
0