From 12d8d1c6af32e8b0c48aed428c4ba6e31a2f8f1d Mon Sep 17 00:00:00 2001 From: Ren Tatsumoto Date: Fri, 31 Dec 2021 16:50:41 +0300 Subject: [PATCH] add .github --- .github/FUNDING.yml | 5 +++++ .github/ISSUE_TEMPLATE/issue.md | 38 +++++++++++++++++++++++++++++++++ 2 files changed, 43 insertions(+) create mode 100644 .github/FUNDING.yml create mode 100644 .github/ISSUE_TEMPLATE/issue.md 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.