Merge branch 'master' into develop

This commit is contained in:
Thomas M. Edwards 2021-02-18 01:57:47 -06:00
commit be50b81dd7
4 changed files with 82 additions and 0 deletions

31
.github/FUNDING.yml vendored Normal file
View file

@ -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

27
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View file

@ -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.

4
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View file

@ -0,0 +1,4 @@
contact_links:
- name: 🗣 Ask questions and discuss Tweego
url: https://github.com/tmedwards/tweego/discussions
about: Get help using Tweego

View file

@ -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.