Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 426 Bytes

CONTRIBUTING.md

File metadata and controls

21 lines (11 loc) · 426 Bytes

Contributing

Fork, then clone the repo:

git clone [email protected]:your-username/sbt-dynamodb.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