From 6253e0f8530d794bd63f6d12c82c9a4ce97eec51 Mon Sep 17 00:00:00 2001 From: jellizaveta Date: Thu, 5 Oct 2023 20:04:19 +0300 Subject: [PATCH 1/2] add feature request template --- .github/ISSUE_TEMPLATE/feature_request.yml | 44 ++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/feature_request.yml diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml new file mode 100644 index 00000000..b621d607 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -0,0 +1,44 @@ +name: Feature request +description: Suggest an idea for AdGuard Filters +labels: ["Feature Request"] +body: + - type: checkboxes + attributes: + label: Prerequisites + description: | + Please answer the following questions for yourself before submitting the feature request. + options: + - label: I checked the documentation and found no answer; + required: true + - label: I checked to make sure that this issue has not already been filed; + required: true + - label: This is not a report to update the database. + required: true + + - type: textarea + id: problem + attributes: + label: Problem description + placeholder: | + Is your feature request related to a problem? + Please add a simple and clear description of the problem. + validations: + required: true + + - type: textarea + id: solution + attributes: + label: Proposed solution + placeholder: | + Suggest a possible solution in a clear and concise manner. + validations: + required: true + + - type: textarea + id: additional + attributes: + label: Additional information + placeholder: | + Add any other context about the problem here. + validations: + required: false \ No newline at end of file From b31df6d11755899d10b1d33638cbdc16c14f86a4 Mon Sep 17 00:00:00 2001 From: jellizaveta Date: Fri, 6 Oct 2023 16:18:05 +0300 Subject: [PATCH 2/2] changed repo name --- .github/ISSUE_TEMPLATE/feature_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index b621d607..441383ff 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,5 +1,5 @@ name: Feature request -description: Suggest an idea for AdGuard Filters +description: Suggest an idea for Companies DB labels: ["Feature Request"] body: - type: checkboxes