diff --git a/.github/ISSUE_TEMPLATE/bugreport.yml b/.github/ISSUE_TEMPLATE/bugreport.yml index 49fd6ec4e..198235d13 100644 --- a/.github/ISSUE_TEMPLATE/bugreport.yml +++ b/.github/ISSUE_TEMPLATE/bugreport.yml @@ -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. -

- You can find logs in output/debug folder -

- " - 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: