chore: replace issue template with issue form
This commit is contained in:
parent
671dc9c9e0
commit
9b4100f827
7
.github/ISSUE_TEMPLATE.md
vendored
7
.github/ISSUE_TEMPLATE.md
vendored
@ -1,7 +0,0 @@
|
|||||||
### Subject of the issue
|
|
||||||
|
|
||||||
Describe your issue here.
|
|
||||||
|
|
||||||
### Steps to reproduce
|
|
||||||
|
|
||||||
If this issue is describing a possible bug please provide (or link to) your GitHub Actions workflow.
|
|
||||||
16
.github/ISSUE_TEMPLATE/issue-report.yml
vendored
Normal file
16
.github/ISSUE_TEMPLATE/issue-report.yml
vendored
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
name: Issue report
|
||||||
|
description: Report an issue
|
||||||
|
body:
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Subject of the issue
|
||||||
|
description: "Describe your issue here."
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Steps to reproduce
|
||||||
|
description: "If this issue is describing a possible bug please provide (or link to) your GitHub Actions workflow."
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
Loading…
x
Reference in New Issue
Block a user