Skip to content

Latest commit

 

History

History
22 lines (20 loc) · 890 Bytes

develop.md

File metadata and controls

22 lines (20 loc) · 890 Bytes
layout title tagline
page
Develop

{% include JB/setup %}

Setup your development environment

  1. Fork the repositories you want to change to your own user on GitHub
  2. Make sure you have your gopath setup properly
  3. Change dir to your development gopath
  4. Create the directory github.com/{yourUsername} in your gopath
  5. Git clone the repository (e.g.: git clone github.com/{yourUsername}/threft-gen-go.git)
  6. Make changes & test
  7. Commit & push
  8. Do a pull request on github!

Issue tracking

Threft.io uses GitHub issue trackers.