Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Latest commit

 

History

History
21 lines (16 loc) · 815 Bytes

CONTRIBUTING.md

File metadata and controls

21 lines (16 loc) · 815 Bytes

Contributing

Thank you for considering contributing to this repository.

When contributing, please discuss the changes through an Issue.

Pull Requests

When creating a Pull Request, make sure to follow these rules:

  1. Fill the Pull Request Template
  2. 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:

  1. Follow the Kotlin Coding Conventions
  2. Keep your code in English
  3. Use good variable and function names
  4. Don't use Magic Numbers
  5. Add unit tests

If you're adding a new check digit generator, make sure to include the documentation you used to calculate it.