Initial outline of non-code files

This commit is contained in:
2024-05-19 03:47:21 +10:00
commit 361fa78ffb
10 changed files with 181 additions and 0 deletions

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

@@ -0,0 +1,5 @@
# These are supported funding model platforms
patreon: krgamestudios
ko_fi: krgamestudios
custom: ["https://www.paypal.com/donate/?hosted_button_id=73Q82T2ZHV8AA"]

24
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

@@ -0,0 +1,24 @@
---
name: Bug Report
about: Create a bug report to help us improve
labels: bug
---
## Describe The Bug
A clear and concise description of the bug.
## How To Reproduce
How did you encounter the bug? Please provide step-by-step details if needed.
## Version
What version of Toy is displaying this bug?
What platform are you operating on?
### Additional Context
If there's anything else you'd like to add, please add it here.

View File

@@ -0,0 +1,18 @@
---
name: Feature Request
about: Suggest an idea
labels: enhancement
---
### Describe The Feature
A clear and concise description of what youd like to be able to do with Toy.
### Describe The Alternatives
A clear and concise description of any alternative solutions or workarounds you've considered.
### Additional Context
If there's anything else you'd like to add, please add it here.

10
.github/ISSUE_TEMPLATE/question.md vendored Normal file
View File

@@ -0,0 +1,10 @@
---
name: Question
about: Ask a Question
labels: question
---
### How can I help?
I'm always here to help with any inquiries you have regarding Toy and its related projects.

2
.github/workflows/tests-full.yml vendored Normal file
View File

@@ -0,0 +1,2 @@
name: Comprehensive Tests