create-pull-request/.github/ISSUE_TEMPLATE/issue-report.yml
2022-10-16 12:16:23 +02:00

16 lines
436 B
YAML

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