From 0bf16544760b6ccd7225de24128a0eab5a596859 Mon Sep 17 00:00:00 2001 From: Bill Zimmerman Date: Tue, 16 Jan 2018 16:12:38 +0100 Subject: [PATCH] Create ISSUE_TEMPLATE.md --- ISSUE_TEMPLATE.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 ISSUE_TEMPLATE.md diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md new file mode 100644 index 00000000..b73270d7 --- /dev/null +++ b/ISSUE_TEMPLATE.md @@ -0,0 +1,17 @@ +### Subject of the issue +Describe your issue here. + +### Your environment +* Raspberry Pi hardware (examples: Pi 3 Model B, Pi 2 Model B, Pi 1 Model B+, Pi Zero) +* Raspbian version (examples: Stretch, Jessie) +* RaspAP Quick Install or Manual setup? +* Other software or services running with RaspAP? + +### Steps to reproduce +Tell us how to reproduce this issue. + +### Expected behaviour +Tell us what should happen. + +### Actual behaviour +Tell us what happens instead.