simplify a bit more
Removed a few checkboxes. I really don't want to deter people from submitting issue because of a wall of text, but some of this information we really can use to be more helpful.
This commit is contained in:
parent
34806ee2c2
commit
6f6450bcff
|
@ -3,10 +3,8 @@ _This template was created based on the work of [`udemy-dl`](https://github.com/
|
|||
**In raising this issue, I confirm the following (please check boxes, eg [X]):**
|
||||
|
||||
- [ ] I have read and understood the [contributors guide](https://github.com/pi-hole/pi-hole/blob/master/CONTRIBUTING.md).
|
||||
- [ ] I have verified that the issue I am reporting can be replicated
|
||||
- [ ] I have checked that the issue I'm reporting isn't a duplicate in our [FAQs](https://github.com/pi-hole/pi-hole/wiki/FAQs), [closed issues](https://github.com/pi-hole/pi-hole/issues?utf8=%E2%9C%93&q=is%3Aissue%20is%3Aclosed%20), or [open issues](https://github.com/pi-hole/pi-hole/issues).
|
||||
- [ ] I have checked the [pull requests tab](https://github.com/pi-hole/pi-hole/pulls) for existing solutions/implementations to my issue/suggestion.
|
||||
- [ ] I have prefixed my issue title with one of the following: _[BUG], [ISSUE], [FEATURE REQUEST], [QUESTION], [OTHER]_.
|
||||
- [ ] The issue I am reporting can be *replicated*
|
||||
- [ ] The issue I'm reporting isn't a duplicate (see [FAQs](https://github.com/pi-hole/pi-hole/wiki/FAQs), [closed issues](https://github.com/pi-hole/pi-hole/issues?utf8=%E2%9C%93&q=is%3Aissue%20is%3Aclosed%20), and [open issues](https://github.com/pi-hole/pi-hole/issues)).
|
||||
|
||||
**How familiar are you with the codebase?:**
|
||||
|
||||
|
@ -22,27 +20,23 @@ _This template was created based on the work of [`udemy-dl`](https://github.com/
|
|||
- [ ] 10 (very familiar)
|
||||
|
||||
---
|
||||
**(Optional) Debug Log generated by `pihole -d`:**
|
||||
**[FEATURE REQUEST | QUESTION | OTHER]:**
|
||||
|
||||
`http://termbin.com/<something>`
|
||||
_{replace this section with your content or delete if not a FEATURE REQUEST/QUESTION/OTHER}_
|
||||
|
||||
**[BUG | ISSUE] Expected Behaviour:**
|
||||
|
||||
_{replace this section with your content or delete if not a BUG/ISSUE}_
|
||||
|
||||
**[BUG | ISSUE] Actual Behaviour:**
|
||||
|
||||
_{replace this section with your content or delete if not a BUG/ISSUE}_
|
||||
|
||||
**[BUG | ISSUE] Steps to reproduce:**
|
||||
|
||||
_{replace this section with your content or delete if not a BUG/ISSUE}_
|
||||
|
||||
-
|
||||
-
|
||||
-
|
||||
-
|
||||
|
||||
**[FEATURE REQUEST | QUESTION | OTHER]:**
|
||||
**(Optional) Debug Log generated by `pihole -d`:**
|
||||
|
||||
_{replace this line with your content or delete if not a FEATURE REQUEST/QUESTION/OTHER}_
|
||||
`http://termbin.com/<something>`
|
||||
|
|
Loading…
Reference in New Issue