mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 09:52:23 +01:00
Merge pull request #5352 from huey735/add-front-matter-to-bug-report-template
Add front matter to issue_template.md
This commit is contained in:
commit
00616acd97
8
.github/ISSUE_TEMPLATE/ISSUE_TEMPLATE.md
vendored
8
.github/ISSUE_TEMPLATE/ISSUE_TEMPLATE.md
vendored
@ -1,7 +1,13 @@
|
||||
---
|
||||
name: "\U0001F41B Bug report"
|
||||
about: Report a bug or a technical issue
|
||||
|
||||
---
|
||||
|
||||
<!--
|
||||
SUPPORT REQUESTS: This is for reporting bugs in the Bisq app.
|
||||
If you have a support request, please join #support on Bisq's
|
||||
Keybase team at https://keybase.io/team/Bisq
|
||||
Keybase team over at https://keybase.io/team/Bisq
|
||||
-->
|
||||
|
||||
### Description
|
||||
|
45
.github/ISSUE_TEMPLATE/bug-report.md
vendored
Normal file
45
.github/ISSUE_TEMPLATE/bug-report.md
vendored
Normal file
@ -0,0 +1,45 @@
|
||||
---
|
||||
name: "\U0001F41B Bug report"
|
||||
about: Report a bug or a technical issue
|
||||
|
||||
---
|
||||
|
||||
<!--
|
||||
SUPPORT REQUESTS: This is for reporting bugs in the Bisq app.
|
||||
If you have a support request, please join #support on Bisq's
|
||||
Keybase team over at https://keybase.io/team/Bisq
|
||||
-->
|
||||
|
||||
### Description
|
||||
|
||||
<!-- brief description of the bug -->
|
||||
|
||||
#### Version
|
||||
|
||||
<!-- commit id or version number -->
|
||||
|
||||
### Steps to reproduce
|
||||
|
||||
<!--if you can reliably reproduce the bug, list the steps here -->
|
||||
|
||||
### Expected behaviour
|
||||
|
||||
<!--description of the expected behavior -->
|
||||
|
||||
### Actual behaviour
|
||||
|
||||
<!-- explain what happened instead of the expected behaviour -->
|
||||
|
||||
### Screenshots
|
||||
|
||||
<!--Screenshots if gui related, drag and drop to add to the issue -->
|
||||
|
||||
#### Device or machine
|
||||
|
||||
<!-- device/machine used, operating system -->
|
||||
|
||||
|
||||
|
||||
#### Additional info
|
||||
|
||||
<!-- Additional information useful for debugging (e.g. logs) -->
|
Loading…
Reference in New Issue
Block a user