mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
ISSUE_TEMPLATE: bugreport: Require log URL instand of some parts
The full log make debug easier.
This commit is contained in:
16
.github/ISSUE_TEMPLATE/bugreport.yml
vendored
16
.github/ISSUE_TEMPLATE/bugreport.yml
vendored
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user