mirror of
https://github.com/d3ward/toolz.git
synced 2025-02-23 23:34:19 +08:00
Update issue templates
This commit is contained in:
parent
8149f32283
commit
426d692f68
2 changed files with 57 additions and 0 deletions
27
.github/ISSUE_TEMPLATE/bug-failed-test-issue-template.md
vendored
Normal file
27
.github/ISSUE_TEMPLATE/bug-failed-test-issue-template.md
vendored
Normal file
|
@ -0,0 +1,27 @@
|
|||
---
|
||||
name: Bug/Failed Test Issue Template
|
||||
about: Use this template when reporting a bug or a failed test. Provide details about
|
||||
the issue, such as the browser, operating system, Adblock solution
|
||||
title: ''
|
||||
labels: failed-test
|
||||
assignees: d3ward
|
||||
|
||||
---
|
||||
|
||||
**Browser:**
|
||||
**OS:**
|
||||
**Adblock Solution:**
|
||||
|
||||
**Description of Issue:**
|
||||
|
||||
**Screenshots:**
|
||||
[Attach screenshots here if applicable]
|
||||
|
||||
**Test Result:**
|
||||
[Describe the result of the test]
|
||||
|
||||
**Test Log:**
|
||||
[Include the test log if available]
|
||||
|
||||
**Dev Console:**
|
||||
[Copy and paste any relevant logs or error messages from the developer console]
|
30
.github/ISSUE_TEMPLATE/new-verified-test-issue-template.md
vendored
Normal file
30
.github/ISSUE_TEMPLATE/new-verified-test-issue-template.md
vendored
Normal file
|
@ -0,0 +1,30 @@
|
|||
---
|
||||
name: New/Verified Test Issue Template
|
||||
about: Use this template when documenting a successful or verified test. Provide details
|
||||
about the browser, operating system, Adblock solution
|
||||
title: ''
|
||||
labels: passed-test
|
||||
assignees: d3ward
|
||||
|
||||
---
|
||||
|
||||
**Browser:**
|
||||
**OS:**
|
||||
**Adblock Solution:**
|
||||
|
||||
**Test Passed Value ( % ):**
|
||||
|
||||
**Description:**
|
||||
[Provide a detailed description of the configuration used ( DNS , VPN, Lists etc.]
|
||||
|
||||
**Screenshots:**
|
||||
[Attach any relevant screenshots or examples if available]
|
||||
|
||||
**Test Result Data:**
|
||||
[Provide exported test result]
|
||||
|
||||
**Test Log:**
|
||||
[Include the test log if available]
|
||||
|
||||
**Dev Console:**
|
||||
[Copy and paste any relevant logs from the developer console]
|
Loading…
Reference in a new issue