Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1.25 KB

CONTRIBUTING.md

File metadata and controls

42 lines (27 loc) · 1.25 KB

Reporting issues or problems

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

Contributing/making changes to Salmon

Changes to Salmon are greatly appreciated. If you'd like to submit a change, please follow this workflow:

  1. Fork on Salmon on GitHub (docs, Salmon source).
  2. Make changes on a new branch.
  3. 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:

Seeking more support?

Email me at salmon@stsievert.com.