Skip to content

Commit

Permalink
Merge pull request #2100 from Birbber/master
Browse files Browse the repository at this point in the history
New templates
  • Loading branch information
artemiv4nov committed Feb 2, 2023
2 parents 41f284e + 82176f8 commit 153b12a
Show file tree
Hide file tree
Showing 4 changed files with 219 additions and 81 deletions.
50 changes: 0 additions & 50 deletions .github/ISSUE_TEMPLATE/Bug_report.md

This file was deleted.

31 changes: 0 additions & 31 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 iOS.
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
189 changes: 189 additions & 0 deletions .github/ISSUE_TEMPLATE/issue_template.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,189 @@
---

name: 🐞 Bug report
description: Create a bug report to help us improve AdGuard for iOS.
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, 4.4.3
validations:
required: true
- type: dropdown
id: tunnel_mode
attributes:
label: Tunnel mode
description:
multiple: false
options:
- Full-Tunnel
- Full-Tunnel (without VPN icon)
- Split-Tunnel
- type: textarea
attributes:
label: Environment
description: |
Examples:
- **OS**: 15.5
- **Device and storage size**: iphone 12, 64GB
value: |
- OS:
- Device and storage size:
render: markdown
validations:
required: true
- type: dropdown
id: filters
attributes:
label: What filters do you have enabled?
description: |
Select enabled filters from the list if they are related to the extension bug.
If the issue is related to the filtering (missed ads, cookie, etc.)
use the [Web Reporting Tool](https://kb.adguard.com/en/technical-support/reporting-tool) please.
multiple: true
options:
- No filters
- 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 Cookie Notices filter
- AdGuard Popups filter
- AdGuard Mobile App Banners filter
- AdGuard Widgets filter
- AdGuard Other 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
- RU AdList - Counters
- ABPVN List
- Fanboy's Enhanced Tracking List
- Official Polish filters for AdBlock, uBlock Origin & AdGuard
- Polish GDPR-Cookies Filters
- Estonian List
- CJX's Annoyances List
- Polish Social Filters
- Fanboy's Anti-Facebook List
- List-KR
- xinggsf
- I don't care about cookies
- 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
- 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
- Dandelion Sprout's Serbo-Croatian List
- IndianList
- Others
validations:
required: false
- 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: |
If applicable add screenshots explaining your problem.
You can drag and drop images or paste them from clipboard.
Use `<details> </details>` tag to hide screenshots under the spoiler.
placeholder: If applicable add screenshots explaining your problem.
value: |
<details><summary>Screenshot 1:</summary>
<!-- paste screenshot here -->
</details>
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 153b12a

Please sign in to comment.