mirror of
https://github.com/borgbase/vorta
synced 2024-12-22 07:43:09 +00:00
issue template updated
This commit is contained in:
parent
22a21f0898
commit
b9c4ffbbcd
2 changed files with 5 additions and 5 deletions
6
.github/ISSUE_TEMPLATE/bug_form.yaml
vendored
6
.github/ISSUE_TEMPLATE/bug_form.yaml
vendored
|
@ -53,7 +53,7 @@ body:
|
|||
id: version
|
||||
attributes:
|
||||
label: Version of Vorta
|
||||
description: Vorta and Borg versions can be found in Main Window > Misc Tab.
|
||||
description: Vorta and Borg versions can be found in Main Window > Settings/About > About Tab.
|
||||
validations:
|
||||
required: true
|
||||
|
||||
|
@ -75,7 +75,7 @@ body:
|
|||
id: borg
|
||||
attributes:
|
||||
label: Version of Borg
|
||||
description: Vorta and Borg versions can be found in Main Window > Misc Tab.
|
||||
description: Vorta and Borg versions can be found in Main Window > Settings/About > About Tab.
|
||||
|
||||
- type: textarea
|
||||
id: logs
|
||||
|
@ -83,7 +83,7 @@ body:
|
|||
label: Logs
|
||||
description: |
|
||||
Logs are very important for most issues. Please paste them down below. *(No need for backticks)*
|
||||
They can be found in Main Window > Misc Tab > Log.
|
||||
They can be found in Main Window > Settings/About > About Tab.
|
||||
Logs are more helpful if you include (exactly) the logs that were produced during the steps you described above.
|
||||
placeholder: paste logs here
|
||||
render: pytb
|
||||
|
|
4
.github/ISSUE_TEMPLATE/bug_report.md
vendored
4
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
@ -39,12 +39,12 @@ Steps to reproduce the behavior:
|
|||
- Installed from:
|
||||
- Borg version:
|
||||
|
||||
<!-- Vorta and Borg versions can be found in Main Window > Misc Tab. -->
|
||||
<!-- Vorta and Borg versions can be found in Main Window > Settings/About > About Tab. -->
|
||||
|
||||
#### Logs
|
||||
|
||||
<!-- Logs are very important for most issues. Please paste them down below.
|
||||
They can be found in Main Window > Misc Tab > Log.
|
||||
They can be found in Main Window > Settings/About > About Tab.
|
||||
Logs are more helpful if you include (exactly) the logs that were produced during the steps you described above.
|
||||
-->
|
||||
|
||||
|
|
Loading…
Reference in a new issue