From 8b033cdbd20ee4c87e3cbcb8150336211cb949ec Mon Sep 17 00:00:00 2001 From: Unstable Kitsune <150298423+UnstableKitsune@users.noreply.github.com> Date: Mon, 11 Dec 2023 02:36:39 -0500 Subject: [PATCH] Update issue templates Added Template for Custom. --- .github/ISSUE_TEMPLATE/bug_report.md | 6 +++--- .github/ISSUE_TEMPLATE/custom.md | 21 +++++++++++++++++++-- 2 files changed, 22 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index dd84ea7..63fdd66 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,9 +1,9 @@ --- name: Bug report about: Create a report to help us improve -title: '' -labels: '' -assignees: '' +title: "[BUG] - " +labels: bug +assignees: UnstableKitsune --- diff --git a/.github/ISSUE_TEMPLATE/custom.md b/.github/ISSUE_TEMPLATE/custom.md index 48d5f81..7ed42af 100644 --- a/.github/ISSUE_TEMPLATE/custom.md +++ b/.github/ISSUE_TEMPLATE/custom.md @@ -1,10 +1,27 @@ --- name: Custom issue template about: Describe this issue template's purpose here. -title: '' +title: "[Custom] - " labels: '' -assignees: '' +assignees: UnstableKitsune --- +**Describe the Issue** +A clear and concise description of what the issue is. +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Additional context** +Add any other context about the problem here.