Merge pull request #155 from hashicorp/sethvargo/it

Add issue template
This commit is contained in:
Seth Vargo 2016-10-08 11:47:34 +08:00 committed by GitHub
commit d89a50c879
2 changed files with 31 additions and 1 deletions

21
.github/ISSUE_TEMPLATE.md vendored Normal file
View File

@ -0,0 +1,21 @@
### HCL Template
```hcl
# Place your HCL configuration file here
```
### Expected behavior
What should have happened?
### Actual behavior
What actually happened?
### Steps to reproduce
1.
2.
3.
### References
Are there any other GitHub issues (open or closed) that should
be linked here? For example:
- GH-1234
- ...

View File

@ -1,3 +1,12 @@
sudo: false
language: go
go: 1.7
go:
- 1.7
branches:
only:
- master
script: make test