Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Latest commit

 

History

History
executable file
·
21 lines (11 loc) · 429 Bytes

CONTRIBUTING.md

File metadata and controls

executable file
·
21 lines (11 loc) · 429 Bytes

Contributing

Fork, then clone the repo:

git clone git@github.com:your-username/sbt-sqs.git

Create a new branch for your work:

git checkout -b <my_branch_name>

Code and document your new feature:

We appreciate well organized commits, commit messages

Push your changes up to GitHub:

git push -u origin <my_branch_name>

Open a pull request:

We appreciate well organized pull request messages