I appreciate your desire to contribute to this project
Here's a basic instruction on how to do it:
-
Fork my repository on GitHub
-
Clone your fork locally:
git clone https://github.com/<your username>/i18nice
cd
into the folder and install the helper:
python dev-helper.py install
-
Make changes to the code. Don't forget to write tests that will cover your changes, add type hints and adhere to flake8 formatting standard.
-
Commit your changes with proper commit message. Fix problems identified by the helper if there are any. You can make several commits.
-
Push the changes and open pull request to my repository
If anything is unclear or you just want to report a bug/request a feature, feel free to open an issue.