From 6ef15f66ff6ef5111d6f4b6197a84cd16752b8dc Mon Sep 17 00:00:00 2001 From: Jared Date: Sat, 12 Sep 2020 11:27:03 -0700 Subject: [PATCH] Update github folder. --- .github/FUNDING.yml | 4 +++ .github/ISSUE_TEMPLATE/bug_report.md | 46 ---------------------------- 2 files changed, 4 insertions(+), 46 deletions(-) create mode 100644 .github/FUNDING.yml delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 00000000..69b88e9d --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,4 @@ +# These are supported funding model platforms + +github: [lucent-sea] +custom: ["https://www.paypal.me/translucency"] diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index 4d0cfdab..00000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,46 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve -title: '' -labels: '' -assignees: lucent-sea - ---- - -**Rules** -- I'd like to use GitHub Issues for reproducible bugs only. -- Please do not submit feature requests here. - - Submit them at https://remotely.featureupvote.com/. -- Do not ask for help getting set up. - - You can ask for help at https://www.reddit.com/r/remotely_app/. -- If your bug report doesn't include clear steps to reproduce it, it will be closed. - -**Describe the bug** -A clear and concise description of what the bug is. - -**To Reproduce** -Steps to reproduce the behavior: -1. Go to '...' -2. Click on '....' -3. Scroll down to '....' -4. See error - -**Expected behavior** -A clear and concise description of what you expected to happen. - -**Screenshots** -If applicable, add screenshots to help explain your problem. - -**Desktop (please complete the following information):** - - OS: [e.g. iOS] - - Browser [e.g. chrome, safari] - - Version [e.g. 22] - -**Smartphone (please complete the following information):** - - Device: [e.g. iPhone6] - - OS: [e.g. iOS8.1] - - Browser [e.g. stock browser, safari] - - Version [e.g. 22] - -**Additional context** -Add any other context about the problem here.