Incorporated feedback

This commit is contained in:
asdf 2019-11-12 14:21:10 +11:00
parent 36e52477eb
commit 494a70859e
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ The maintainers use the [tildegit](https://tildegit.org) issues system to discus
Following the standard install instructions should lead you to have nearly everything you need to commence development. The only additions to this are:
- To be able to submit pull requests, you will need to fork this repository first.
- Bombadillo must be tested against Go 1.11 to ensure backward compatibility. This version can be installed as per the [Go install documentation](https://golang.org/doc/install#extra_versions). Tests for this version are run using 'make test'.
- The build process must be tested with Go 1.11 to ensure backward compatibility. This version can be installed as per the [Go install documentation](https://golang.org/doc/install#extra_versions). Check that changes build with this version using `make test`.
- Linting must be performed on new changes using `gofmt` and [golangci-lint](https://github.com/golangci/golangci-lint)
## License