diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE/00-bug-issue.md similarity index 50% rename from .github/ISSUE_TEMPLATE.md rename to .github/ISSUE_TEMPLATE/00-bug-issue.md index 08c50925e..b14e9e691 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE/00-bug-issue.md @@ -1,7 +1,14 @@ +--- +name: 🐛 Bug Report +about: Report bugs or other issues to us on GitHub +--- + ### Description @@ -14,11 +21,11 @@ ### Steps to reproduce - + ### Expected behaviour - + ### Actual behaviour @@ -26,7 +33,7 @@ ### Screenshots - + #### Device or machine diff --git a/.github/ISSUE_TEMPLATE/30-feature-request.md b/.github/ISSUE_TEMPLATE/30-feature-request.md new file mode 100644 index 000000000..f3ce5ac75 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/30-feature-request.md @@ -0,0 +1,28 @@ +--- +name: ✨ Feature Request +about: Request a feature or suggest other enhancements 💡 +--- + + + +### Description + + + +### Problem to be solved + + + +### Proposed solution + + + +#### Additional info + + diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 000000000..020170eef --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,8 @@ +blank_issues_enabled: false +contact_links: + - name: 💬 Need help? Chat with us on Matrix + url: https://matrix.to/#/#mempool:bitcoin.kyoto + about: For support requests or general questions + - name: 💬 Need help? Chat with us on Keybase + url: https://keybase.io/team/mempool + about: For support requests or general questions