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