1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
# Contribution
Changes and improvements are more than welcome! ❤️ Feel free to fork and open a pull request.
Please consider the following :
1. Fork it!
2. Create your feature branch (under `dev` branch)
3. Add your functions/methods to proper files
4. Add standard `docstring` to your functions/methods
5. Add tests for your functions/methods (`doctest` testcases in `test` folder)
6. Pass all CI tests
7. Update `References` section in `README.md` (`MLA` format)
8. Update `CHANGELOG.md`
- Describe changes under `[Unreleased]` section
9. Update `AUTHORS.md`
- Add your name under `# Other Contributors #` section
10. Submit a pull request into `dev` (please complete the pull request template)
|