From 109f3ffbc9fd3c70f1a06091fc308ed20449e44a Mon Sep 17 00:00:00 2001 From: Anonymoussaurus <50231698+AnonymousWP@users.noreply.github.com> Date: Fri, 23 Feb 2024 18:24:46 +0100 Subject: [PATCH] chore(issue-templates): include link in textarea --- .github/ISSUE_TEMPLATE/1-bug-report.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/1-bug-report.yml b/.github/ISSUE_TEMPLATE/1-bug-report.yml index 52ddc09..db5e706 100644 --- a/.github/ISSUE_TEMPLATE/1-bug-report.yml +++ b/.github/ISSUE_TEMPLATE/1-bug-report.yml @@ -37,10 +37,6 @@ body: id: logfiles attributes: label: Provide logs - description: Upload the logfile generated by UAD-ng. + description: Upload the logfile generated by UAD-ng. See https://github.com/Universal-Debloater-Alliance/universal-android-debloater-next-generation/wiki/FAQ#where-are-the-logfiles for the location of logfiles. validations: required: true -- type: markdown - attributes: - value: | - See https://github.com/Universal-Debloater-Alliance/universal-android-debloater-next-generation/wiki/FAQ#where-are-the-logfiles for the location of logfiles.