packer-cn/vendor/github.com/hako/durafmt/CONTRIBUTING.md

10 lines
340 B
Markdown
Raw Normal View History

2020-08-11 15:14:14 -04:00
# Contributing
Contributions are welcome! Fork this repo and add your changes and submit a PR.
If you would like to fix a bug, add a feature or provide feedback you can do so in the issues section.
You can run tests by runnning `go test`. Running `go test; go vet; golint` is recommended.
durafmt is also tested against `gometalinter`.