This commit is contained in:
Jarrod Norwell 2024-03-11 15:15:25 +08:00
commit 5b8b11e536
3 changed files with 68 additions and 0 deletions

5
.github/FUNDING.yml vendored Normal file
View File

@ -0,0 +1,5 @@
# These are supported funding model platforms
github: 'jarrodnorwell'
ko_fi: 'antiquecodes'
custom: ['buymeacoffee.com/jarrodnorwell', 'paypal.me/officialantique']

32
.github/ISSUE_TEMPLATE/android.md vendored Normal file
View File

@ -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.

31
.github/ISSUE_TEMPLATE/windows.md vendored Normal file
View File

@ -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.