8000 Improve github issue templates by nicolas-grekas · Pull Request #27193 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

Improve github issue templates #27193

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 11, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: Bug Report
name: 🐛 Bug Report
about: Report errors and problems

---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: Feature Request
name: 🚀 Feature Request
about: RFC and ideas for new features and improvements

---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Support Question
about: Questions about using Symfony and its components
name: Support Question
about: See https://symfony.com/support for questions about using Symfony and its components

---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Documentation Issue
about: Anything related to Symfony Documentation
name: Documentation Issue
about: See https://github.com/symfony/symfony-docs/issues for documentation issues

---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
---
name: Security Issue
about: Report security-related errors
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would keep the current description and add the URL after in parenthesis.

name: Security Issue
about: See https://symfony.com/security to report security-related issues

---

⚠ PLEASE DON'T DISCLOSE SECURITY-RELATED ISSUES PUBLICLY, SEE BELOW.

<!--
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
Expand Down
0