From 8299fa4ff9c2a2d4bc9c28bf7ad883a45c3785aa Mon Sep 17 00:00:00 2001 From: Jarrod Norwell Date: Sat, 9 Mar 2024 21:03:21 +0800 Subject: [PATCH] Update issue templates Added issue templates for the currently available versions of Sudachi --- .github/ISSUE_TEMPLATE/android.md | 32 +++++++++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/windows.md | 31 ++++++++++++++++++++++++++++++ 2 files changed, 63 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/android.md create mode 100644 .github/ISSUE_TEMPLATE/windows.md diff --git a/.github/ISSUE_TEMPLATE/android.md b/.github/ISSUE_TEMPLATE/android.md new file mode 100644 index 0000000..e4a1432 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/android.md @@ -0,0 +1,32 @@ +--- +name: Android +about: Issue template for the Android version of Sudachi +title: "[Android] Issue Title" +labels: '' +assignees: jarrodnorwell + +--- + +**Describe the bug** +A clear and concise description of what the bug 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. + +**Smartphone (please complete the following information):** + - Device: [e.g. Samsung Galaxy S24 Ultra] + - OS: [e.g. Jellyfish] + - Version: [e.g. v991f9cf] + +**Additional context** +Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/windows.md b/.github/ISSUE_TEMPLATE/windows.md new file mode 100644 index 0000000..a4b5f90 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/windows.md @@ -0,0 +1,31 @@ +--- +name: Windows +about: Issue template for the Windows version of Sudachi +title: "[Windows] Issue Title" +labels: '' +assignees: jarrodnorwell + +--- + +**Describe the bug** +A clear and concise description of what the bug 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. + +**Desktop (please complete the following information):** + - OS: [e.g. Windows 11] + - Version [e.g. v991f9cf] + +**Additional context** +Add any other context about the problem here.