commit
d89a50c879
21
.github/ISSUE_TEMPLATE.md
vendored
Normal file
21
.github/ISSUE_TEMPLATE.md
vendored
Normal 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
|
||||||
|
- ...
|
11
.travis.yml
11
.travis.yml
@ -1,3 +1,12 @@
|
|||||||
sudo: false
|
sudo: false
|
||||||
|
|
||||||
language: go
|
language: go
|
||||||
go: 1.7
|
|
||||||
|
go:
|
||||||
|
- 1.7
|
||||||
|
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- master
|
||||||
|
|
||||||
|
script: make test
|
||||||
|
Loading…
x
Reference in New Issue
Block a user