From 76378d313bf6d07d7238663759be07c141acd9fb Mon Sep 17 00:00:00 2001 From: hzyitc Date: Sat, 6 May 2023 21:38:01 +0800 Subject: [PATCH] ISSUE_TEMPLATE: bugreport: Require log URL instand of some parts The full log make debug easier. --- .github/ISSUE_TEMPLATE/bugreport.yml | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bugreport.yml b/.github/ISSUE_TEMPLATE/bugreport.yml index 49fd6ec4ec..198235d135 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: