Thanks for using Salmon! If you run into an issue, please file an issue on Salmon's issue tracker:
https://github.com/stsievert/salmon/issues/new
Changes to Salmon are greatly appreciated. If you'd like to submit a change, please follow this workflow:
- Fork on Salmon on GitHub (docs, Salmon source).
- Make changes on a new branch.
- Submit a pull request (docs).
This generally follows GitHub Flow.
In practice, I make changes to my fork/branch and push my changes:
$ # fork Salmon on GitHub
$ git clone https://github.com/USERNAME/salmon.git
$ git checkout -b new-feature
$ # make changes
$ git push --set-upstream origin new-feature
Then, I click on the big green button GitHub provides:
Email me at [email protected]
.