--- a +++ b/CONTRIBUTING.md @@ -0,0 +1,26 @@ +# How can you contribute to AItrika? ๐๐ + +Really thanks for your help. + +## ๐ค How to submit a contribution + +To make a contribution, follow the following steps: + +1. Leave a star +2. Fork and clone this repository +3. Do the changes on your fork +4. Submit a pull request + +## ๐ฆ Package manager + +I use `poetry` as package manager. + +```bash +poetry install +``` + +## ๐งน Formatting + +I use `black` as formatter via VSCode. + +Really appreciate your help!