Update issue template

This commit is contained in:
Nathan Thomas 2021-09-15 21:17:51 -07:00
parent 5d061eadc7
commit 3db178af3b

View file

@ -29,10 +29,7 @@ body:
placeholder: | placeholder: |
For example: For example:
`rip url https://example.com` `rip url https://example.com`
render: ""
- type: markdown
attributes:
value: "```\n"
- type: textarea - type: textarea
validations: validations:
@ -44,14 +41,7 @@ body:
For example, if the problematic command was `rip url https://example.com`, then For example, if the problematic command was `rip url https://example.com`, then
you would run `rip url https://example.com -vvv` to get the debug logs. you would run `rip url https://example.com -vvv` to get the debug logs.
Make sure to check the logs for any personal information such as emails and remove them. Make sure to check the logs for any personal information such as emails and remove them.
render: ""
- type: markdown
attributes:
value: "```"
- type: markdown
attributes:
value: "```toml\n"
- type: textarea - type: textarea
validations: validations:
@ -61,10 +51,7 @@ body:
description: | description: |
Find the config file using `rip config --open` and paste the contents here. Find the config file using `rip config --open` and paste the contents here.
Make sure you REMOVE YOUR CREDENTIALS! Make sure you REMOVE YOUR CREDENTIALS!
render: toml
- type: markdown
attributes:
value: "```"
- type: input - type: input
validations: validations:
@ -73,10 +60,6 @@ body:
label: Operating System label: Operating System
placeholder: e.g. Windows, Linux, macOS... placeholder: e.g. Windows, Linux, macOS...
- type: markdown
attributes:
value: "```\n"
- type: input - type: input
validations: validations:
required: true required: true
@ -85,10 +68,6 @@ body:
description: Run `rip --version` to check. description: Run `rip --version` to check.
placeholder: e.g. 1.5 placeholder: e.g. 1.5
- type: markdown
attributes:
value: "```"
- type: textarea - type: textarea
attributes: attributes:
label: Screenshots and recordings label: Screenshots and recordings