Thank you for considering contributing to timezones-cli
!
Include the following in your patch:
-
Use Black to format your code. This and other tools will run automatically if you install pre-commit using the instructions below.
-
Update README.md about new changes if it affects the sub-commands.
-
Use mypy to check static typing on the codebase.
- Clone the repo locally.
$ git clone https://github.com/yankeexe/timezones-cli
- Create a virtualenv
$ make venv
# activate virtualenv
$ source venv/bin/activate
$ make setup
$ pre-commit install
Start coding 🚀