diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..8039a43 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,5 @@ +# These are supported funding model platforms + +patreon: tatsumoto_ren +liberapay: Tatsumoto +custom: https://tatsumoto.neocities.org/blog/donating-to-tatsumoto.html diff --git a/.github/ISSUE_TEMPLATE/issue.md b/.github/ISSUE_TEMPLATE/issue.md new file mode 100644 index 0000000..652f55b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/issue.md @@ -0,0 +1,38 @@ +--- +name: Issue +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +- The program crashes? +- The program stopped working? +- Have a feature request? + +Please ask on https://tatsumoto.neocities.org/blog/join-our-community.html instead. +It is easier for our community members to provide support over in the chats. Thank you! + +Don't forget to provide the following information: + +**Environment** + +1) OS name [e.g. Parabola, Debian] +2) OS version +3) Python version +3) Anki version +4) Logs +5) Screenshots, if applicable + +**Describe the bug** +A description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1) Press x '...' +2) Click on '....' +3) See error + +**Expected behavior** +A description of what you expected to happen.