ISSUE_TEMPLATE: bugreport: Require log URL instand of some parts
The full log make debug easier.
This commit is contained in:
parent
11c967322d
commit
76378d313b
16
.github/ISSUE_TEMPLATE/bugreport.yml
vendored
16
.github/ISSUE_TEMPLATE/bugreport.yml
vendored
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user