Thank you for considering contributing to this repository.
When contributing, please discuss the changes through an Issue.
When creating a Pull Request, make sure to follow these rules:
- Fill the Pull Request Template
- Make sure there is an Issue associated with it (If there is no Issue created, please open one)
If your Pull Request includes coding, follow these rules:
- Follow the Kotlin Coding Conventions
- Keep your code in English
- Use good variable and function names
- Don't use Magic Numbers
- Add unit tests
If you're adding a new check digit generator, make sure to include the documentation you used to calculate it.