Просмотр исходного кода
Add labels to issue templates
Signed-off-by: Suguru Hirahara <acioustick@noreply.codeberg.org>
pull/3716/head
Suguru Hirahara
1 год назад
Родитель
Сommit
289bf2909e
Не найден GPG ключ соответствующий данной подписи
Идентификатор GPG ключа: E4F9743DAB4B7B75
3 измененных файлов:
3 добавлений и
3 удалений
-
.github/ISSUE_TEMPLATE/bug_report.md
-
.github/ISSUE_TEMPLATE/feature_request.md
-
.github/ISSUE_TEMPLATE/i-need-help.md
|
|
@@ -2,7 +2,7 @@ |
|
|
name: Bug report |
|
|
name: Bug report |
|
|
about: Create a report to help us improve |
|
|
about: Create a report to help us improve |
|
|
title: '' |
|
|
title: '' |
|
|
labels: '' |
|
|
|
|
|
|
|
|
labels: bug |
|
|
assignees: '' |
|
|
assignees: '' |
|
|
|
|
|
|
|
|
--- |
|
|
--- |
|
|
|
|
|
@@ -2,7 +2,7 @@ |
|
|
name: Feature request |
|
|
name: Feature request |
|
|
about: Suggest an idea for this project |
|
|
about: Suggest an idea for this project |
|
|
title: '' |
|
|
title: '' |
|
|
labels: '' |
|
|
|
|
|
|
|
|
labels: suggestion |
|
|
assignees: '' |
|
|
assignees: '' |
|
|
|
|
|
|
|
|
--- |
|
|
--- |
|
|
|
|
|
@@ -2,7 +2,7 @@ |
|
|
name: I need help |
|
|
name: I need help |
|
|
about: Get support from our community |
|
|
about: Get support from our community |
|
|
title: '' |
|
|
title: '' |
|
|
labels: '' |
|
|
|
|
|
|
|
|
labels: question |
|
|
assignees: '' |
|
|
assignees: '' |
|
|
|
|
|
|
|
|
--- |
|
|
--- |
|
|
|