adding issue templates for worker repo (#2240)

This commit is contained in:
Matthew Henderson 2024-01-30 10:42:05 -08:00 коммит произвёл GitHub
Родитель 7aed57b9c8
Коммит b56f597c15
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
3 изменённых файлов: 30 добавлений и 0 удалений

18
.github/ISSUE_TEMPLATE/01-bug-report.yml поставляемый Normal file
Просмотреть файл

@ -0,0 +1,18 @@
name: Bug Report
description: Create a report to help us improve
labels: ["bug"]
body:
- id: description
type: textarea
attributes:
label: Description
placeholder: Please provide a succinct description of the issue.
validations:
required: true
- id: repro
type: textarea
attributes:
label: Steps to reproduce
placeholder: Please provide the steps required to reproduce the problem.
validations:
required: true

11
.github/ISSUE_TEMPLATE/02-feature-request.yml поставляемый Normal file
Просмотреть файл

@ -0,0 +1,11 @@
name: Feature Request
description: Make a feature request
labels: ["enhancement"]
body:
- id: description
type: textarea
attributes:
label: Description
placeholder: Please provide a succinct description of the feature you would like to see.
validations:
required: true

1
.github/ISSUE_TEMPLATE/config.yml поставляемый Normal file
Просмотреть файл

@ -0,0 +1 @@
blank_issues_enabled: true