mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-06 13:11:15 -07:00
Fix formatting of placeholders and use descriptions.
This commit is contained in:
parent
c06c046c48
commit
2aaa15793a
1 changed files with 12 additions and 6 deletions
18
.github/ISSUE_TEMPLATE/BUG-REPORT.yml
vendored
18
.github/ISSUE_TEMPLATE/BUG-REPORT.yml
vendored
|
@ -45,35 +45,40 @@ body:
|
||||||
id: version
|
id: version
|
||||||
attributes:
|
attributes:
|
||||||
label: Tautulli Version
|
label: Tautulli Version
|
||||||
placeholder: ex. v2.7.5 (check Tautulli Settings > Help & Info page)
|
description: Check Tautulli Settings > Help & Info page.
|
||||||
|
placeholder: ex. v2.7.5
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: input
|
- type: input
|
||||||
id: branch
|
id: branch
|
||||||
attributes:
|
attributes:
|
||||||
label: Git Branch
|
label: Git Branch
|
||||||
placeholder: ex. master (check Tautulli Settings > Help & Info page)
|
description: Check Tautulli Settings > Help & Info page.
|
||||||
|
placeholder: ex. master
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: input
|
- type: input
|
||||||
id: hash
|
id: hash
|
||||||
attributes:
|
attributes:
|
||||||
label: Git Commit Hash
|
label: Git Commit Hash
|
||||||
placeholder: ex. `2cc5bf812fe05e0666aeaeb37ed550c59816fb4c` (check Tautulli Settings > Help & Info page)
|
description: Check Tautulli Settings > Help & Info page.
|
||||||
|
placeholder: ex. 2cc5bf812fe05e0666aeaeb37ed550c59816fb4c
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: input
|
- type: input
|
||||||
id: platform
|
id: platform
|
||||||
attributes:
|
attributes:
|
||||||
label: Platform and Version
|
label: Platform and Version
|
||||||
placeholder: ex. Windows 10 (check Tautulli Settings > Help & Info page)
|
description: Check Tautulli Settings > Help & Info page.
|
||||||
|
placeholder: ex. Windows 10
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: input
|
- type: input
|
||||||
id: python
|
id: python
|
||||||
attributes:
|
attributes:
|
||||||
label: Python Version
|
label: Python Version
|
||||||
placeholder: ex. 3.8.10 (check Tautulli Settings > Help & Info page)
|
description: Check Tautulli Settings > Help & Info page.
|
||||||
|
placeholder: ex. 3.8.10
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: input
|
- type: input
|
||||||
|
@ -87,7 +92,8 @@ body:
|
||||||
id: logs
|
id: logs
|
||||||
attributes:
|
attributes:
|
||||||
label: Link to logs
|
label: Link to logs
|
||||||
placeholder: Include a link to your **FULL** logs (not just a few lines) on [Gist](http://gist.github.com). _Do not upload attachments_.
|
description: Include a link to your **FULL** logs (not just a few lines) on [Gist](http://gist.github.com). _Do not upload attachments_.
|
||||||
|
placeholder: Gist link to logs
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: markdown
|
- type: markdown
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue