diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index bb9dbfd1..00000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -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. diff --git a/.github/ISSUE_TEMPLATE/issue-report.yml b/.github/ISSUE_TEMPLATE/issue-report.yml new file mode 100644 index 00000000..86a85fe5 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/issue-report.yml @@ -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