ISSUE_TEMPLATE: bugreport: Require log URL instand of some parts

The full log make debug easier.
This commit is contained in:
hzyitc
2023-05-06 21:38:01 +08:00
committed by Ricardo Pardini
parent 11c967322d
commit 76378d313b

View File

@@ -56,17 +56,15 @@ body:
- Other
validations:
required: true
- type: textarea
- type: input
id: logs
attributes:
label: Relevant log output
description: "
Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
<h3>
You can find logs in output/debug folder
</h3>
"
render: shell
label: Relevant log URL
description: |
Run with `SHARE_LOG=yes`, at the end of log you will get something like this
```[🌿] Log uploaded, share URL: [ https://paste.armbian.com/xxx ]```
Paste the URL on here.
placeholder: https://paste.armbian.com/xxx
- type: checkboxes
id: terms
attributes: