-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #217 from future-architect/ISSUE_TEMPLATE
Add GitHub issue template
- Loading branch information
Showing
1 changed file
with
36 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 | ||
|
||
|