diff --git a/.github/ISSUE_TEMPLATE/01-bug-report.yaml b/.github/ISSUE_TEMPLATE/01-bug-report.yaml index 4bda448..521b96e 100644 --- a/.github/ISSUE_TEMPLATE/01-bug-report.yaml +++ b/.github/ISSUE_TEMPLATE/01-bug-report.yaml @@ -357,4 +357,10 @@ body: label: Additional Information placeholder: Add any other context about the problem here. validations: - required: false \ No newline at end of file + required: false + + - type: markdown + attributes: + value: | + --- + Upvote [important issues](https://github.com/AdguardTeam/AdguardForAndroid/issues?q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc+) with a :+1: \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/02-feature-request.yaml b/.github/ISSUE_TEMPLATE/02-feature-request.yaml index d1c23da..94b88be 100644 --- a/.github/ISSUE_TEMPLATE/02-feature-request.yaml +++ b/.github/ISSUE_TEMPLATE/02-feature-request.yaml @@ -27,4 +27,10 @@ body: description: placeholder: A clear and concise description of any alternative solutions or features you've considered. validations: - required: false \ No newline at end of file + required: false + + - type: markdown + attributes: + value: | + --- + Upvote [important issues](https://github.com/AdguardTeam/AdguardForAndroid/issues?q=is%3Aissue+is%3Aopen+sort%3Areactions-%2B1-desc+) with a :+1: \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..d3f891d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,12 @@ +'blank_issues_enabled': true +'contact_links': + - 'about': > + Please report filtering issues, for example advertising filters + misfiring or safe browsing false positives, using the form on our + website + 'name': 'AdGuard filters issues' + 'url': 'https://link.adtidy.net/forward.html?action=report&app=home&from=github' + - 'about': > + Please check AdGuard Knowledgebase for more useful information about our products + 'name': 'Knowledgebase' + 'url': 'https://adguard.com/kb/' \ No newline at end of file