Skip to content

Commit

Permalink
Update bug.yml: Swap config and install method order
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc authored Feb 28, 2024
1 parent ab62e15 commit 88b91b9
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,17 @@ body:
Try finding a version that can be used as a workaround.
Fill in the version here that worked before.
- type: textarea
id: config
attributes:
render: yaml
label: Config file contents
description: >
Contents of your config file.
You can copy this from `plextraktsync config` output.
This textarea will be automatically formatted as yaml text.
- type: dropdown
id: install-method
attributes:
Expand All @@ -96,17 +107,6 @@ body:
validations:
required: true

- type: textarea
id: config
attributes:
render: yaml
label: Config file contents
description: >
Contents of your config file.
You can copy this from `plextraktsync config` output.
This textarea will be automatically formatted as yaml text.
- type: input
id: version
attributes:
Expand Down

0 comments on commit 88b91b9

Please sign in to comment.