Update various formatting items.

- Change `ex.` to `eg.`
- Move non-example placeholders to descriptions
- Add description to Steps to Reproduce & Relevant Settings
This commit is contained in:
TheMeanCanEHdian 2021-08-07 11:17:23 -05:00
parent 2aaa15793a
commit f28a4e92b4
2 changed files with 18 additions and 17 deletions

View file

@ -10,13 +10,14 @@ body:
id: description id: description
attributes: attributes:
label: Describe the Bug label: Describe the Bug
placeholder: A clear and concise description of the bug. description: A clear and concise description of the bug.
validations: validations:
required: true required: true
- type: textarea - type: textarea
id: steps id: steps
attributes: attributes:
label: Steps to Reproduce label: Steps to Reproduce
description: List each action required in order to reproduce the issue.
placeholder: | placeholder: |
1. Go to '...' 1. Go to '...'
2. Click on '...' 2. Click on '...'
@ -26,16 +27,17 @@ body:
id: expected id: expected
attributes: attributes:
label: Expected Behavior label: Expected Behavior
placeholder: A clear and concise description of what you expected to happen. description: A clear and concise description of what you expected to happen.
- type: textarea - type: textarea
id: screenshots id: screenshots
attributes: attributes:
label: Screenshots label: Screenshots
placeholder: Provide screenshots to help explain your problem. description: Provide screenshots to help explain your problem.
- type: textarea - type: textarea
id: relevant id: relevant
attributes: attributes:
label: Relevant Settings label: Relevant Settings
description: Include all settings/configuration that are relevant to your issue. For example, Plex Media Server, newsletter, or notification settings.
placeholder: | placeholder: |
- eg. Plex Media Server IP address/port/checkboxes/proxy/etc. - eg. Plex Media Server IP address/port/checkboxes/proxy/etc.
- eg. Notification agent configuration/triggers/conditions/text/delay/grouping/etc. - eg. Notification agent configuration/triggers/conditions/text/delay/grouping/etc.
@ -46,7 +48,7 @@ body:
attributes: attributes:
label: Tautulli Version label: Tautulli Version
description: Check Tautulli Settings > Help & Info page. description: Check Tautulli Settings > Help & Info page.
placeholder: ex. v2.7.5 placeholder: eg. v2.7.5
validations: validations:
required: true required: true
- type: input - type: input
@ -54,7 +56,7 @@ body:
attributes: attributes:
label: Git Branch label: Git Branch
description: Check Tautulli Settings > Help & Info page. description: Check Tautulli Settings > Help & Info page.
placeholder: ex. master placeholder: eg. master
validations: validations:
required: true required: true
- type: input - type: input
@ -62,7 +64,7 @@ body:
attributes: attributes:
label: Git Commit Hash label: Git Commit Hash
description: Check Tautulli Settings > Help & Info page. description: Check Tautulli Settings > Help & Info page.
placeholder: ex. 2cc5bf812fe05e0666aeaeb37ed550c59816fb4c placeholder: eg. 2cc5bf812fe05e0666aeaeb37ed550c59816fb4c
validations: validations:
required: true required: true
- type: input - type: input
@ -70,7 +72,7 @@ body:
attributes: attributes:
label: Platform and Version label: Platform and Version
description: Check Tautulli Settings > Help & Info page. description: Check Tautulli Settings > Help & Info page.
placeholder: ex. Windows 10 placeholder: eg. Windows 10
validations: validations:
required: true required: true
- type: input - type: input
@ -78,22 +80,21 @@ body:
attributes: attributes:
label: Python Version label: Python Version
description: Check Tautulli Settings > Help & Info page. description: Check Tautulli Settings > Help & Info page.
placeholder: ex. 3.8.10 placeholder: eg. 3.8.10
validations: validations:
required: true required: true
- type: input - type: input
id: browser id: browser
attributes: attributes:
label: Browser and Version label: Browser and Version
placeholder: ex. Chrome 88 placeholder: eg. Chrome 88
validations: validations:
required: true required: true
- type: input - type: input
id: logs id: logs
attributes: attributes:
label: Link to logs label: Link to Logs
description: 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).
placeholder: Gist link to logs
validations: validations:
required: true required: true
- type: markdown - type: markdown

View file

@ -10,22 +10,22 @@ body:
id: problem id: problem
attributes: attributes:
label: Is your feature request related to a problem? label: Is your feature request related to a problem?
description: If so, please describe the problem. description: If so, please provide clear and concise description of the problem.
placeholder: A clear and concise description of what the problem (if any) is. Ex. I'm always frustrated when '...' placeholder: eg. I'm always frustrated when '...'
- type: textarea - type: textarea
id: feature id: feature
attributes: attributes:
label: What is your feature request? label: What is your feature request?
placeholder: A clear and concise description of the feature. description: A clear and concise description of the feature.
validations: validations:
required: true required: true
- type: textarea - type: textarea
id: workaround id: workaround
attributes: attributes:
label: Are there any workarounds? label: Are there any workarounds?
placeholder: A clear and concise description of any alternative solutions or features you've considered. description: A clear and concise description of any alternative solutions or features you've considered.
- type: textarea - type: textarea
id: additional id: additional
attributes: attributes:
label: Additional Context label: Additional Context
placeholder: Add any other context or screenshots about the feature request here. description: Add any other context or screenshots about the feature request here.