mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-03-13 19:37:37 +01:00
Apply Kukk's suggestions from code review
Co-authored-by: Andrew Camilleri <evilkukka@gmail.com>
This commit is contained in:
parent
0e6a8cc33e
commit
e6abce8022
2 changed files with 5 additions and 5 deletions
4
.github/ISSUE_TEMPLATE/bug-report.md
vendored
4
.github/ISSUE_TEMPLATE/bug-report.md
vendored
|
@ -17,7 +17,7 @@ Please fill in as much of the template below as you're able.
|
||||||
**Describe the bug**
|
**Describe the bug**
|
||||||
A clear and concise description of what the bug is.
|
A clear and concise description of what the bug is.
|
||||||
|
|
||||||
**To Reproduce a bug**
|
**To Reproduce the bug**
|
||||||
Steps to reproduce the reported bug:
|
Steps to reproduce the reported bug:
|
||||||
1. Go to '...'
|
1. Go to '...'
|
||||||
2. Click on '....'
|
2. Click on '....'
|
||||||
|
@ -60,4 +60,4 @@ If you're reporting a deployment issue run `. btcpay-setup.sh -i` and paste the
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
Add any other context about the problem here.
|
Add any other context about the problem here.
|
||||||
-->
|
-->
|
||||||
|
|
6
.github/ISSUE_TEMPLATE/config.yml
vendored
6
.github/ISSUE_TEMPLATE/config.yml
vendored
|
@ -1,11 +1,11 @@
|
||||||
blank_issues_enabled: false
|
blank_issues_enabled: false
|
||||||
contact_links:
|
contact_links:
|
||||||
- name: 🚀 Discussions
|
- name: 🚀 Discussions
|
||||||
url: https://chat.btcpayserver.org/
|
url: https://github.com/btcpayserver/btcpayserver/discussions
|
||||||
about: Technical discussions, questions and feature requests
|
about: Technical discussions, questions and feature requests
|
||||||
- name: 📝 Official Documentation
|
- name: 📝 Official Documentation
|
||||||
url: https://github.com/btcpayserver/btcpayserver/discussions
|
url: https://docs.btcpayserver.org
|
||||||
about: Check our documentation for answers to common questions
|
about: Check our documentation for answers to common questions
|
||||||
- name: 💬 Community Support Chat
|
- name: 💬 Community Support Chat
|
||||||
url: https://chat.btcpayserver.org/
|
url: https://chat.btcpayserver.org/
|
||||||
about: Ask general questions and get community support in real-time
|
about: Ask general questions and get community support in real-time
|
||||||
|
|
Loading…
Add table
Reference in a new issue