diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..10d60b4 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,5 @@ +# These are supported funding model platforms + +github: 'jarrodnorwell' +ko_fi: 'antiquecodes' +custom: ['buymeacoffee.com/jarrodnorwell', 'paypal.me/officialantique'] 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.