adding issue templates for worker repo (#2240)
This commit is contained in:
Родитель
7aed57b9c8
Коммит
b56f597c15
|
@ -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
|
|
@ -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
|
|
@ -0,0 +1 @@
|
|||
blank_issues_enabled: true
|
Загрузка…
Ссылка в новой задаче