Skip to content

Commit

Permalink
Merge pull request #4309 from Birbber/master
Browse files Browse the repository at this point in the history
New issue templates
  • Loading branch information
artemiv4nov authored Jan 27, 2023
2 parents 3ddfe60 + d747b50 commit 184adc5
Show file tree
Hide file tree
Showing 4 changed files with 233 additions and 77 deletions.
49 changes: 0 additions & 49 deletions .github/ISSUE_TEMPLATE/Bug_report.md

This file was deleted.

28 changes: 0 additions & 28 deletions .github/ISSUE_TEMPLATE/Feature_request.md

This file was deleted.

30 changes: 30 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request_template.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
---

name: 🌱 Feature request
description: Create a feature request to help us improve AdGuard for Android.
labels: []
body:
- type: textarea
id: what-happened
attributes:
label: Issue Details
description: What happened?
placeholder: Is your feature request related to a problem? Please add a clear and concise description of what the problem is.
validations:
required: false
- type: textarea
id: how_it_should_be
attributes:
label: Proposed solution
description:
placeholder: Describe the solution you'd like in a clear and concise manner.
validations:
required: false
- type: textarea
id: additional
attributes:
label: Alternative solution
description:
placeholder: A clear and concise description of any alternative solutions or features you've considered.
validations:
required: false
203 changes: 203 additions & 0 deletions .github/ISSUE_TEMPLATE/issue_template.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,203 @@
---

name: 🐞 Bug report
description: Create a bug report to help us improve AdGuard for Android.
labels: []
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
- type: checkboxes
attributes:
label: Please answer the following questions for yourself before submitting an issue.
description:
options:
- label: I am running the latest version
- label: I checked the documentation and found no answer
- label: I checked to make sure that this issue has not already been filed
validations:
required: true
- type: input
id: app_version
attributes:
label: AdGuard version
description: What version of our application are you running?
placeholder: For example, 3.6.10
validations:
required: true
- type: textarea
attributes:
label: Environment
description: |
examples:
- **OS**: Android 11
- **Device**: Huawei
- **Firmware**: INE-L21
value: |
- OS:
- Device:
- Firmware:
render: markdown
validations:
required: true
- type: checkboxes
attributes:
label: Root access
description: Do you have root privileges?
options:
- label: Yes, I have it.
validations:
required: false
- type: dropdown
id: filters
attributes:
label: What filters do you have enabled?
description: Select enabled filters from the list. You can skip this step if it's not relevant.
multiple: true
options:
- AdGuard Base filter
- AdGuard Mobile Ads filter
- AdGuard Chinese filter
- AdGuard Dutch filter
- AdGuard French filter
- AdGuard German filter
- AdGuard Japanese filter
- AdGuard Russian filter
- AdGuard Spanish/Portuguese filter
- AdGuard Turkish filter
- AdGuard Tracking Protection filter
- AdGuard URL Tracking filter
- AdGuard Social Media filter
- AdGuard Annoyances filter
- AdGuard DNS filter
- AdGuard Experimental filter
- Filter unblocking search ads and self-promotion
- ---Third-party filters---
- EasyList
- ABPindo
- Bulgarian list
- EasyList China
- EasyList Czech and Slovak
- EasyList Dutch
- EasyList Germany
- EasyList Hebrew
- EasyList Italy
- EasyList Lithuania
- Latvian List
- Liste AR
- Liste FR
- ROList
- EasyPrivacy
- Icelandic ABP List
- AdBlockID
- Greek AdBlock Filter
- Fanboy's Annoyances
- Fanboy's Social Blocking List
- Web Annoyances Ultralist
- Thai Ads Filters
- Hungarian filter
- Peter Lowe's Blocklist
- Xfiles
- Adblock Warning Removal List
- Online Malicious URL Blocklist
- Spam404
- RU AdList - Counters
- ABPVN List
- Fanboy's Enhanced Tracking List
- Official Polish filters for AdBlock, uBlock Origin & AdGuard
- Polish GDPR-Cookies Filters
- Estonian List
- ChinaList+EasyList
- CJX's Annoyances List
- Polish Social Filters
- Adblock-Persian list
- Fanboy's Swedish
- Fanboy's Anti-Facebook List
- Fanboy's Vietnamese
- List-KR
- xinggsf
- I don't care about cookies
- Fanboy's Spanish\/Portuguese
- EasyList Spanish
- KAD - Anti-Scam
- Adblock List for Finland
- ROLIST2
- Iranian filter
- road-block
- Polish Annoyances Filters
- Polish Anti Adblock Filters
- Fanboy's Anti-thirdparty Fonts
- BarbBlock
- EasyList Cookie List
- NoCoin Filter List
- Frellwit's Swedish Filter
- YousList
- AlleBlock
- EasyList Polish
- Polish Anti-Annoying Special Supplement
- Dandelion Sprout's Nordic Filters
- Dandelion Sprout's Annoyances List
- Legitimate URL Shortener
- Others
validations:
required: false
- type: dropdown
id: stealth
attributes:
label: What Stealth Mode options do you have enabled?
description: Select any of these options if you have them enabled in Stealth Mode. You can skip this step if it's not relevant.
multiple: true
options:
- Hide your search queries
- Send Do-Not-Track signals
- Strip URLs of tracking parameters
- Self-destruction of third-party cookies
- Self-destruction of first-party cookies
- Disable cache for third-party requests
- Block the third-party Authorization header
- Disable WebRTC
- Block Push API
- Block Location API
- Block Flash
- Disable Windows Telemetry
- Turn off Advertising ID
- Disable Microsoft Defender automatic samples submission
- Disable WAP Push Message Routing Service
- Hide your Referrer from third-parties
- Hide your User Agent
- Hide your IP address
- Remove X-client-Data header from HTTP request
- Protect from DPI
- type: textarea
id: what-happened
attributes:
label: Issue Details
description: What happened?
placeholder: Please describe the steps to reproduce the issue you've experienced.
validations:
required: true
- type: textarea
id: how_it_should_be
attributes:
label: Expected Behavior
description:
placeholder: A clear and concise description of what you expected to happen.
validations:
required: false
- type: textarea
id: screens
attributes:
label: Screenshots
description:
placeholder: If applicable add screenshots explaining your problem.
validations:
required: false
- type: textarea
id: additional
attributes:
label: Additional Information
description:
placeholder: Add any other context about the problem here.
validations:
required: false

0 comments on commit 184adc5

Please sign in to comment.