From 84aee7b78b554f95d7385f8501fa03034caec68e Mon Sep 17 00:00:00 2001 From: NiiightmareXD <90005793+NiiightmareXD@users.noreply.github.com> Date: Wed, 15 Nov 2023 18:36:24 -0800 Subject: [PATCH] =?UTF-8?q?Update=20issue=20templates=20=F0=9F=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../bug-report-\360\237\252\262.md" | 21 +++++++++++++++++++ .../feature-request-\342\255\220.md" | 17 +++++++++++++++ 2 files changed, 38 insertions(+) create mode 100644 ".github/ISSUE_TEMPLATE/bug-report-\360\237\252\262.md" create mode 100644 ".github/ISSUE_TEMPLATE/feature-request-\342\255\220.md" diff --git "a/.github/ISSUE_TEMPLATE/bug-report-\360\237\252\262.md" "b/.github/ISSUE_TEMPLATE/bug-report-\360\237\252\262.md" new file mode 100644 index 0000000..8f41ca2 --- /dev/null +++ "b/.github/ISSUE_TEMPLATE/bug-report-\360\237\252\262.md" @@ -0,0 +1,21 @@ +--- +name: "Bug report \U0001FAB2" +about: Create a report to help us improve +title: "[BUG \U0001FAB2]" +labels: bug +assignees: NiiightmareXD + +--- + +**Describe the bug 🐛** +A clear and concise description of what the bug is. + +**Expected behavior 📝** +A clear and concise description of what you expected to happen. + +**OS 🤖** + - Version: [e.g. 11] + - Build[e.g. 22H2] + +**Additional context ➕** +Add any other context about the problem here. diff --git "a/.github/ISSUE_TEMPLATE/feature-request-\342\255\220.md" "b/.github/ISSUE_TEMPLATE/feature-request-\342\255\220.md" new file mode 100644 index 0000000..e9baa25 --- /dev/null +++ "b/.github/ISSUE_TEMPLATE/feature-request-\342\255\220.md" @@ -0,0 +1,17 @@ +--- +name: Feature request ⭐ +about: Suggest an idea for this project +title: "[FEATURE ⭐]" +labels: enhancement +assignees: NiiightmareXD + +--- + +**Is your feature request related to a problem? Please describe. 📝** +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 about the feature request here.