From 6950769077fe7b522f2b529d7259a8779ce24c9e Mon Sep 17 00:00:00 2001 From: Pablo Curiel Date: Sat, 2 May 2020 04:48:18 -0400 Subject: [PATCH] Update issue templates and funding info. --- .github/FUNDING.yml | 4 ++++ .github/ISSUE_TEMPLATE/bug_report.md | 22 +++++++++++----------- .github/ISSUE_TEMPLATE/feature_request.md | 20 ++++++++++++++++++++ README.md | 7 ------- 4 files changed, 35 insertions(+), 18 deletions(-) create mode 100644 .github/FUNDING.yml create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..c849fdf --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,4 @@ +# Sponsor links + + +custom: https://paypal.me/DarkMatterCore diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 4d704b5..9f9fb07 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -2,7 +2,7 @@ name: Bug report about: Create a report to help us improve title: '' -labels: '' +labels: bug assignees: '' --- @@ -17,18 +17,18 @@ Steps to reproduce the behavior: 3. Scroll down to '....' 4. See error +**Please fill the following information:** +- Horizon OS (Switch FW) version: [e.g. 10.0.2] +- CFW: [e.g. Atmosphère, SX OS, etc.] +- CFW version: [e.g. 0.12.0, 2.9.5, etc.] +- Atmosphère launch method (if applicable): [e.g. Hekate, fusee-primary] +- NXDumpTool version: [e.g. 1.1.10] +- Homebrew launch method: [e.g. title override, applet] +- Source storage used with the application (if applicable): [e.g. gamecard, SD/eMMC] +- SD card specs: [e.g. Samsung EVO 256 GB, FAT32 partition] + **Screenshots** Add screenshots to help explain your problem. -**Please complete the following information:** -- Horizon OS (Switch FW) version: [e.g. 9.0.1] -- CFW: [e.g. Atmosphère, SX OS, etc.] -- CFW version: [e.g. 0.9.4, 2.9.2, etc.] -- Atmosphère launch method (if applicable): [e.g. Hekate, fusee-primary] -- NXDumpTool version: [e.g. 1.1.7] -- Homebrew launch method: [e.g. title override, Album applet] -- Source storage used with the application (if applicable): [e.g. gamecard, SD/eMMC] -- SD card specs: [e.g. Samsung EVO 256 GB] - **Additional context** Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000..11fc491 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: enhancement +assignees: '' + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here. diff --git a/README.md b/README.md index eb4d979..a90f924 100644 --- a/README.md +++ b/README.md @@ -68,13 +68,6 @@ Thanks to * The Comfy Boyes, for being both awesome and supportive. You know who you are. * My girlfriend, for putting up with me even though I dedicate most of my free time to this little project, and for doing her best to cheer me up and keep me going. I love you. -Donate --------------- - -If you like my work and you'd like to support me in any way, it's not necessary, but a donation would be greatly appreciated! - -[![Donate](https://img.shields.io/static/v1.svg?label=PayPal&message=Donate&color=blue&style=flat&logo=paypal)](https://paypal.me/DarkMatterCore) - Changelog --------------