Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 603 Bytes

CONTRIBUTING.md

File metadata and controls

25 lines (14 loc) · 603 Bytes

Contributing

When you want to add something or fix a bug, I'm happy to accept a Pull Request. To do so please follow the following steps:

Fork, then clone the repo:

git clone [email protected]:your-username/svbc.git

Make sure the tests pass:

bats unit_tests.bat

Make your change. Add tests for your change. Make the tests pass:

bats unit_tests.bat

Push to your fork and submit a pull request.