.github/ISSUE_TEMPLATE: add title placeholder

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2023-01-26 10:20:01 +01:00
parent 7c0a33390a
commit 9e9fa77d59
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
name: '🐛 Bug Report'
description: 'Submit a bug report to help us improve'
title: '🐛 Bug Report: '
title: '🐛 Bug Report: <title>'
labels:
- bug
body:
+1 -1
View File
@@ -1,6 +1,6 @@
name: 🚀 Feature
description: 'Submit a proposal for a new feature'
title: '🚀 Feature: '
title: '🚀 Feature: <title>'
labels: [enhancement]
body:
- type: markdown
+1 -1
View File
@@ -1,6 +1,6 @@
name: 🔌 Plugin
description: 'Submit a proposal for a new Plugin'
title: '🔌 Plugin: '
title: '🔌 Plugin: <title>'
labels: [plugin]
body:
- type: markdown
+1 -1
View File
@@ -1,6 +1,6 @@
name: 💬 RFC
description: 'Request For Comments (RFC) from the community'
title: '💬 RFC: '
title: '💬 RFC: <title>'
labels: [rfc]
body:
- type: markdown
+1 -1
View File
@@ -1,6 +1,6 @@
name: 🦄 UX Component
description: 'For designers to request UX components to be added to the Backstage Storybook'
title: '🦄 UX Component: '
title: '🦄 UX Component: <title>'
labels: [design]
body:
- type: markdown