Do you consider to contribute to this project? Thanks.
Here are some notes for contributing to this project.
-
Fork this repository.
-
Clone the repository.
$ git clone git@github.com:YOUR_NAME_HERE/conoha-api-go-client.git
or
$ git clone https://github.com/YOUR_NAME_HERE/conoha-api-go-client.git
- Install dependencies.
$ make install
- Create branch (Optional).
$ git branch YOUR_BRANCH
-
Add some changes.
-
Test your changes.
$ make test_all
- Build cli (Optional).
$ make cli_build
- Check godoc (Optional)
$ godoc -http=:6060
- Commit your changes and create Pull Request!