We welcome contributions! Contributions come in a variety of forms: clear bug reports, code, or spreading the word about this project.
If you'd like to contribute code, here's how.
Simply use SugarJar to make a fork and setup your repo:
sj sclone jaymzh/sugarjarMake a branch for your change:
sj feature mychangeMake whatever changes you want, commit with a clear commit message, and a DCO.
We require Developer Certificate of Origin
(DCO) via a 'signed-off-by:line in your commit (thegit commit -s` does this for you). The Chef community has a lot of
great documentation on this which you can find
here.
git commit -asMake a pull request:
sj spush
sj pull-request