diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..cb0adbd --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,31 @@ +# 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 new file mode 100644 index 0000000..35ce634 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,27 @@ +--- +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 new file mode 100644 index 0000000..30e4906 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,4 @@ +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 new file mode 100644 index 0000000..2cd9e57 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +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.