Add default label for all new issues (#2986)

This commit is contained in:
samsharma2700 2024-11-08 16:28:50 -08:00 коммит произвёл GitHub
Родитель 9371805476
Коммит 344d068c6c
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
3 изменённых файлов: 3 добавлений и 3 удалений

2
.github/ISSUE_TEMPLATE/bug-report.md поставляемый
Просмотреть файл

@ -2,7 +2,7 @@
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
labels: 'Triage Needed'
assignees: ''
---

2
.github/ISSUE_TEMPLATE/feature_request.md поставляемый
Просмотреть файл

@ -2,7 +2,7 @@
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
labels: 'Triage Needed'
assignees: ''
---

2
.github/ISSUE_TEMPLATE/other.md поставляемый
Просмотреть файл

@ -2,7 +2,7 @@
name: Other
about: Ask a question or file a different type of issue
title: ''
labels: ''
labels: 'Triage Needed'
assignees: ''
---