Contributing
1. TDD
“Test-driven development (TDD) is a software development process that relies on the repetition of a very short development cycle: Requirements are turned into very specific test cases, then the software is improved to pass the new tests, only. This is opposed to software development that allows software to be added that is not proven to meet requirements.”
Resources
ii. https://dzone.com/articles/introduction-to-java-tdd
2. Where to start?
i. Found a bug
If you’ve found a bug in the project. Kindly create a ticket. We’ll do our best to respond and/or fix ASAP.
ii. Fix a bug
Want to go a step further after finding a bug?. Fix it and submit a PR
iii. Implement a new feature
Add it and submit a PR