diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml new file mode 100644 index 0000000..64bfbb6 --- /dev/null +++ b/.github/FUNDING.yml @@ -0,0 +1,2 @@ +ko_fi: canton7 +custom: ['https://www.paypal.com/donate?hosted_button_id=92FADFBYS42MU'] diff --git a/.github/ISSUE_TEMPLATE/bug_template.md b/.github/ISSUE_TEMPLATE/bug_template.md new file mode 100644 index 0000000..c61a5be --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_template.md @@ -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. diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..2a085ad --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -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. \ No newline at end of file