chore: replace issue template with issue form

This commit is contained in:
HonkingGoose 2022-10-16 12:16:23 +02:00 committed by GitHub
parent 671dc9c9e0
commit 9b4100f827
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 7 deletions

View file

@ -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
View 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