From e58a415d10b0f9656b19e670cd336d7e2ed0463c Mon Sep 17 00:00:00 2001 From: Ainar Garipov Date: Thu, 28 Jul 2022 15:29:03 +0300 Subject: [PATCH] Pull request: imp-issue-tmpl Merge in DNS/adguard-home from imp-issue-tmpl to master Squashed commit of the following: commit 3941dd135911d850f3ec9b01f55bc45269a7b91c Author: Ainar Garipov Date: Thu Jul 28 15:24:26 2022 +0300 all: fix links in issue tmpls commit 438375a4666f951fc24ab47e4b0de5a61714973b Author: Ainar Garipov Date: Thu Jul 28 15:23:00 2022 +0300 all: imp issue tmpls --- .github/ISSUE_TEMPLATE/bug.yml | 15 +++++++++------ .github/ISSUE_TEMPLATE/feature.yml | 13 ++++++++----- 2 files changed, 17 insertions(+), 11 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 2d755964..a5c40e4f 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -8,7 +8,10 @@ 'label': 'Prerequisites' 'options': - 'label': > - I have checked the Wiki and Discussions and found no answer + I have checked the + [Wiki](https://github.com/AdguardTeam/AdGuardHome/wiki) and + [Discussions](https://github.com/AdguardTeam/AdGuardHome/discussions) + and found no answer 'required': true - 'label': > I have searched other issues and found no duplicates @@ -89,15 +92,15 @@ 'description': 'Please describe the bug' 'label': 'Description' 'value': | - ### What did you do? + #### What did you do? - ### Expected result + #### Expected result - ### Actual result + #### Actual result - ### Screenshots (if applicable) + #### Screenshots (if applicable) - ### Additional information + #### Additional information 'id': 'description' 'type': 'textarea' 'validations': diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/feature.yml index 26f49278..0ad6f5d8 100644 --- a/.github/ISSUE_TEMPLATE/feature.yml +++ b/.github/ISSUE_TEMPLATE/feature.yml @@ -8,7 +8,10 @@ 'label': 'Prerequisites' 'options': - 'label': > - I have checked the Wiki and Discussions and found no answer + I have checked the + [Wiki](https://github.com/AdguardTeam/AdGuardHome/wiki) and + [Discussions](https://github.com/AdguardTeam/AdGuardHome/discussions) + and found no answer 'required': true - 'label': > I have searched other issues and found no duplicates @@ -23,13 +26,13 @@ 'description': 'Please describe the request' 'label': 'Description' 'value': | - ### What problem are you trying to solve? + #### What problem are you trying to solve? - ### Proposed solution + #### Proposed solution - ### Alternatives considered + #### Alternatives considered - ### Additional information + #### Additional information 'id': 'description' 'type': 'textarea' 'validations':