From b5cf06cad834787fa225f2d2e20a93a17befb5a2 Mon Sep 17 00:00:00 2001 From: Kota Kanbe Date: Wed, 12 Oct 2016 16:51:17 +0900 Subject: [PATCH] Add GitHub issue template --- ISSUE_TEMPLATE | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 ISSUE_TEMPLATE diff --git a/ISSUE_TEMPLATE b/ISSUE_TEMPLATE new file mode 100644 index 00000000..51f9b478 --- /dev/null +++ b/ISSUE_TEMPLATE @@ -0,0 +1,36 @@ + +# Environment + +## Vuls + +Hash : ____ + +To check the commit hash of HEAD +$ vuls -v + +or +$ cd $GOPATH/src/github.com/future-architect/vuls +$ git rev-parse --short HEAD + +## OS +- Target Server: Write here +- Vuls Server: Write here + +## Go +- Go version: here + +# Current Output + +Please re-run the command using ```-debug``` and provide the output below. + +# Addition Details + +Can you also please fill in each of the remaining sections. + +## Expected Behavior + +## Actual Behavior + +## Steps to reproduce the behaviour + +