Add issue templates and funding

This commit is contained in:
Antony Male 2021-02-13 22:02:20 +00:00
parent 454269b88e
commit 8974f8ad36
3 changed files with 24 additions and 0 deletions

2
.github/FUNDING.yml vendored Normal file
View File

@ -0,0 +1,2 @@
ko_fi: canton7
custom: ['https://www.paypal.com/donate?hosted_button_id=92FADFBYS42MU']

17
.github/ISSUE_TEMPLATE/bug_template.md vendored Normal file
View File

@ -0,0 +1,17 @@
---
name: Report a bug
about: If you've definitely found something wrong, use this. Not sure? Open a discussion.
---
**Description**
A clear and concise description of what the bug is. Use screenshots as necessary.
**To Reproduce**
Code to reproduce the bug, which someone else can run.
**Version Info**
- Stylet version: [e.g. 1.2.3]
- Runtime version: [e.g. 5.0.300]
**Additional Info**
Add any other context about the problem here.

5
.github/ISSUE_TEMPLATE/config.yml vendored Normal file
View File

@ -0,0 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: Open a Discussion
url: https://github.com/canton7/stylet/discussions/new
about: If you've got a question, suggestion, or something you're not sure about, please open a discussion.