Skip to content

Commit 56d4a4f

Browse files
committed
Configure ISSUE_TEMPLATE
Add a issue template type selector. Live demo: https://github.com/smnandre/ux-issues/issues/new/choose This is a start that allow to: * differenciate bug & features * add tags automatically * expose the symfony support page I'd like to release this first step asap.. and then iterate on the different forms.
1 parent 2ded754 commit 56d4a4f

File tree

4 files changed

+30
-0
lines changed

4 files changed

+30
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
name: '🐞 Bug Report'
3+
about: Report a bug in existing features
4+
title: ''
5+
labels: 'bug'
6+
assignees: ''
7+
8+
---
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
name: '🚀 Feature Request'
3+
about: Suggest ideas for new features or enhancements
4+
title: ''
5+
labels: 'RFC'
6+
assignees: ''
7+
8+
---
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
name: '📖 Documentation'
3+
about: Help us improve the documentation!
4+
title: ''
5+
labels: 'docs'
6+
assignees: ''
7+
8+
---
9+

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
blank_issues_enabled: true
2+
contact_links:
3+
- name: 🛟 Support / help
4+
url: https://symfony.com/support
5+
about: Ask your questions about Symfony UX

0 commit comments

Comments
 (0)