From 33604d61dc3443e17733c0466f9d1d4079d5cc16 Mon Sep 17 00:00:00 2001 From: Cielquan Date: Sat, 1 Feb 2020 18:35:23 +0100 Subject: [PATCH] added GH issue template --- .github/ISSUE_TEMPLATE.md | 15 +++++++++++++++ 1 file changed, 15 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 0000000..72fcfa8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,15 @@ +* DoTH-DNS version: +* Bash version: +* Operating System: + +### Description + +Describe what you were trying to get done. +Tell us what happened, what went wrong, and what you expected to happen. + +### What I Did + +``` +Paste the command(s) you ran and the output. +If there was a crash, please add the error code. +```