Skip to content

Latest commit

 

History

History
50 lines (33 loc) · 663 Bytes

File metadata and controls

50 lines (33 loc) · 663 Bytes

Do you consider to contribute to this project? Thanks.
Here are some notes for contributing to this project.

  1. Fork this repository.

  2. 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
  1. Install dependencies.
$ make install
  1. Create branch (Optional).
$ git branch YOUR_BRANCH
  1. Add some changes.

  2. Test your changes.

$ make test_all
  1. Build cli (Optional).
$ make cli_build
  1. Check godoc (Optional)
$ godoc -http=:6060
  1. Commit your changes and create Pull Request!