From 3946d4bf8e2d4f2da7c0ff6aff9b336ab5cdf4e7 Mon Sep 17 00:00:00 2001 From: Technicalpyro Date: Wed, 12 Apr 2017 11:47:23 -0400 Subject: [PATCH] potential issue template --- .github/ISSUE_TEMPLATE.md | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 00000000..dd76712a --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,38 @@ + +**In raising this issue, I confirm the following (please check boxes, eg [X]) Failure to fill the template will close your issue:** + +- [] I have read and understood the [contributors guide](https://github.com/pi-hole/pi-hole/blob/master/CONTRIBUTING.md). +- [] 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%$ + +**How familiar are you with the codebase?:** + +_{replace this text with a number from 1 to 10, with 1 being not familiar, and 10 being very familiar}_ + +--- + +**[BUG | ISSUE] Expected Behaviour:** + + +**[BUG | ISSUE] Actual Behaviour:** + + +**[BUG | ISSUE] Steps to reproduce:** + +- +- +- +- + +**Log file output [if available]** + +`output` + +**Device specifics** + +Hardware: rPi, VPS, etc +OS: + + +_This template was created based on the work of [`udemy-dl`](https://github.com/nishad/udemy-dl/blob/master/LICENSE)._ +