From f03176063fa9e8f0e36368bac5855ee2270c6923 Mon Sep 17 00:00:00 2001 From: Jake Yoon Date: Thu, 16 Nov 2017 09:19:39 +0900 Subject: [PATCH] Add issue template (#188) Because we do not have templates, we have to enter all the content directly. So I want to add a template. ISSUE=#176 --- docs/issue_template.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 docs/issue_template.md diff --git a/docs/issue_template.md b/docs/issue_template.md new file mode 100644 index 0000000..c773744 --- /dev/null +++ b/docs/issue_template.md @@ -0,0 +1,32 @@ +**I'm submitting a ...** + - [ ] bug report + - [ ] feature request + - [ ] support request + +## General infomration +### Prerequisites +* [ ] Are you running the latest version? + +### Description +[Description of the bug or feature] + +### Steps to Reproduce +1. [First Step] +2. [Second Step] +3. [and so on...] + +**Expected behavior:** [What you expect to happen] + +**Actual behavior:** [What actually happens] + +## Context (Environment) +### Operating System +* [ ] Linux (x86/x64) +* [ ] OSX (x86/x64) +* [ ] Windows (x86/x64) +* [ ] Linux (ARM) + +### Additional Information on the environment +[Descripe your environment a bit more detailed] + +[You can erase any parts of this template not applicable to your Issue.]