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.
- Write tests.
- Write a good commit message.