Fix description, labels and ''
This commit is contained in:
parent
8580732e9e
commit
62762ed4e2
4 changed files with 15 additions and 12 deletions
|
@ -1,7 +1,8 @@
|
|||
name: '⚠️ Bug report'
|
||||
description: 'Report a bug in the framework.'
|
||||
about: 'Report a bug in the framework.'
|
||||
title: 'bug: '
|
||||
labels: Bug/New
|
||||
labels:
|
||||
- 'Bug/New'
|
||||
body:
|
||||
- type: 'markdown'
|
||||
id: 'text-introduction'
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
blank_issues_enabled: false
|
||||
contact_links:
|
||||
- name: 📚 Documentation
|
||||
about: Visit the documentation. Maybe your answer is written somewhere on there instead.
|
||||
url: https://core.staropensource.de
|
||||
- name: ❓ Infrequently Asked Questions
|
||||
about: There we cover some questions you may ask yourself (or not).
|
||||
url: https://core.staropensource.de/iaq
|
||||
- name: '📚 Documentation'
|
||||
about: 'Visit the documentation. Maybe your answer is written somewhere on there instead.'
|
||||
url: 'https://core.staropensource.de'
|
||||
- name: '❓ Infrequently Asked Questions'
|
||||
about: 'There we cover some questions you may ask yourself (or not).'
|
||||
url: 'https://core.staropensource.de/iaq'
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
name: '✨ Feature Request'
|
||||
description: 'Request a feature to be implemented in the framework.'
|
||||
about: 'Request a feature to be implemented in the framework.'
|
||||
title: 'feat: '
|
||||
labels: FeatureRequest/New
|
||||
labels:
|
||||
- 'FeatureRequest/New'
|
||||
body:
|
||||
- type: 'markdown'
|
||||
id: 'text-introduction'
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
name: '💬 Help'
|
||||
description: 'Request help.'
|
||||
about: 'Request help.'
|
||||
title: 'help: '
|
||||
labels: Help/Wanted
|
||||
labels:
|
||||
- 'Help/Wanted'
|
||||
body:
|
||||
- type: 'markdown'
|
||||
id: 'text-introduction'
|
||||
|
|
Loading…
Reference in a new issue