From 2b27ce3d7ea8de6b8f8c9b1b9c5d109ba9f477af Mon Sep 17 00:00:00 2001 From: FearlessTobi Date: Wed, 24 Aug 2022 18:45:02 +0200 Subject: [PATCH] .github: Add issue template and funding information --- .github/FUNDING.yml | 3 ++ .../bug-report-feature-request.md | 34 +++++++++++++++++++ .github/ISSUE_TEMPLATE/config.yml | 5 +++ 3 files changed, 42 insertions(+) create mode 100644 .github/FUNDING.yml create mode 100644 .github/ISSUE_TEMPLATE/bug-report-feature-request.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 00000000..c9f217cb --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,3 @@ +# These are supported funding model platforms + +patreon: cemu diff --git a/.github/ISSUE_TEMPLATE/bug-report-feature-request.md b/.github/ISSUE_TEMPLATE/bug-report-feature-request.md new file mode 100644 index 00000000..05eebe54 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report-feature-request.md @@ -0,0 +1,34 @@ +--- +name: Bug Report / Feature Request +about: Tech support does not belong here. You should only file an issue here if you think you have experienced an actual bug with Cemu or you are requesting a feature you believe would make Cemu better. +title: '' +labels: '' +assignees: '' + +--- + + diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..d33d87ed --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: Cemu Discord + url: https://discord.com/invite/5psYsup + about: If you are experiencing an issue with Cemu, and you need tech support, or if you have a general question, try asking in the official Cemu Discord linked here. Piracy is not allowed.