From fd873be34f3f855fd6d5a6373493769e5ee7f72e Mon Sep 17 00:00:00 2001 From: wish Date: Wed, 31 Aug 2022 17:07:39 +1000 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/bug.md | 21 +++++++++++++++++++++ .github/ISSUE_TEMPLATE/feature.md | 17 +++++++++++++++++ .github/ISSUE_TEMPLATE/issue-bug.md | 21 +++++++++++++++++++++ 3 files changed, 59 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug.md create mode 100644 .github/ISSUE_TEMPLATE/feature.md create mode 100644 .github/ISSUE_TEMPLATE/issue-bug.md diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md new file mode 100644 index 000000000..375aa424a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -0,0 +1,21 @@ +--- +name: Bug +about: Bug +title: '' +labels: bug +assignees: '' + +--- + +**Description**: +A clear and concise description of what the bug is. + +**Reproduction Steps**: +1. +2. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/feature.md b/.github/ISSUE_TEMPLATE/feature.md new file mode 100644 index 000000000..1d8650d16 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature.md @@ -0,0 +1,17 @@ +--- +name: Feature +about: Feature +title: '' +labels: enhancement +assignees: '' + +--- + +**Is your feature request related to an existing issue?** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Additional context** +Add any other context or screenshots about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/issue-bug.md b/.github/ISSUE_TEMPLATE/issue-bug.md new file mode 100644 index 000000000..c550145db --- /dev/null +++ b/.github/ISSUE_TEMPLATE/issue-bug.md @@ -0,0 +1,21 @@ +--- +name: Issue-Bug +about: Bug Report +title: '' +labels: bug +assignees: '' + +--- + +**Description**: +A clear and concise description of what the bug is. + +**Reproduction Steps**: +1. +2. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Additional context** +Add any other context about the problem here.