Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Log path in Issue Template #2032

Merged
merged 1 commit into from
Jul 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/bug_form.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -75,15 +75,15 @@ 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
attributes:
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 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
-->

Expand Down
Loading