From 66be4a26102d62234bbf5caaaf45106dda123499 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ricardo=20Fern=C3=A1ndez=20Serrata?= <76864299+Rudxain@users.noreply.github.com> Date: Thu, 26 Sep 2024 11:52:57 -0400 Subject: [PATCH] chore(bug-report.yml): collapse log contents --- .github/ISSUE_TEMPLATE/1-bug-report.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/1-bug-report.yml b/.github/ISSUE_TEMPLATE/1-bug-report.yml index 8246a4d7..96634e6d 100644 --- a/.github/ISSUE_TEMPLATE/1-bug-report.yml +++ b/.github/ISSUE_TEMPLATE/1-bug-report.yml @@ -67,10 +67,12 @@ body: attributes: label: Provide logs description: "Paste the relevant (notice the line timestamps) slice (contiguous range) of [the logfile generated by UAD-ng](https://github.com/Universal-Debloater-Alliance/universal-android-debloater-next-generation/wiki/FAQ#where-are-the-logfiles)" - render: "" # this should disable soft-wrap - validations: - required: true - + value: | +
Log + ``` + Please replace this line by the log-file contents + ``` +
- type: checkboxes id: acknowledgements attributes: