- Clone the repo
- Create a new branch for the bugfix, enhancement or feature you want to add. The branch name should follow this format. eg. feature/featureName or bugFix/someBugName or enhancement/someImprovement
- When committing your changes, follow angular's conventional changelog for your commit messages. eg.
feat(featureName): some message to describe this change
orfix(featureName): more information on the bug fix
. See more details here https://github.com/conventional-changelog-archived-repos/conventional-changelog-angular/blob/master/convention.md - Push your changes to your repo
- Create a pull request to this repo
NOTE: you are required to write a complete test suit for all changes you make.
Please feel free to add your name to the contributor list when you make a contribution
View our code of conduct.