From 9b4100f82791d7a1847b1a7307076b43659c6ccf Mon Sep 17 00:00:00 2001 From: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> Date: Sun, 16 Oct 2022 12:16:23 +0200 Subject: [PATCH] chore: replace issue template with issue form --- .github/ISSUE_TEMPLATE.md | 7 ------- .github/ISSUE_TEMPLATE/issue-report.yml | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 7 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/ISSUE_TEMPLATE/issue-report.yml diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index bb9dbfd..0000000 --- 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 0000000..86a85fe --- /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