diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml deleted file mode 100644 index cb0adbd..0000000 --- a/.github/FUNDING.yml +++ /dev/null @@ -1,31 +0,0 @@ -# These are supported funding model platforms - -# Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] -# github: - -# Replace with a single Patreon username -patreon: thomasmedwards - -# Replace with a single Open Collective username -# open_collective: - -# Replace with a single Ko-fi username -ko_fi: thomasmedwards - -# Replace with a single Tidelift platform-name/package-name e.g., npm/babel -# tidelift: - -# Replace with a single Community Bridge project-name e.g., cloud-foundry -# community_bridge: - -# Replace with a single Liberapay username -# liberapay: - -# Replace with a single IssueHunt username -# issuehunt: - -# Replace with a single Otechie username -# otechie: - -# Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2'] -custom: https://cash.me/$thomasmedwards diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index 35ce634..0000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,27 +0,0 @@ ---- -name: 🐞 Bug report -about: Report an issue with Tweego -title: '' -labels: bug -assignees: '' - ---- - -**Describe the bug** -A clear and concise description of what the bug is. - -**To Reproduce** -Steps to reproduce the behavior. - -**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):** - - Tweego Version: [e.g., 2.1.1] - - OS & Version: [e.g., Windows 10] - -**Additional context** -Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml deleted file mode 100644 index 30e4906..0000000 --- a/.github/ISSUE_TEMPLATE/config.yml +++ /dev/null @@ -1,4 +0,0 @@ -contact_links: - - name: 🗣 Ask questions and discuss Tweego - url: https://github.com/tmedwards/tweego/discussions - about: Get help using Tweego diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index 2cd9e57..0000000 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -name: 📝 Feature request -about: Request a new feature for Tweego -title: '' -labels: enhancement -assignees: '' - ---- - -**Is your feature request related to a problem? Please describe.** -A clear and concise description of what the problem is. E.g., 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.