Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 886 Bytes

CONTRIBUTING.md

File metadata and controls

37 lines (26 loc) · 886 Bytes

Contributing to SugarJar

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/sugarjar

Make a branch for your change:

sj feature mychange

Make 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 -as

Make a pull request:

sj spush
sj pull-request