- Fork this repository
- Each team lead clone your forked repository
- Create a branch called
add/<your-name> - Add your name to the
README.mdfile - Create a Virtual Environment
conda create -n gitgame python=3.8
- Install the requirements from
requirements.txtpip install -r requirements.txt
- Run make gitgame
make gitgame
- Commit your changes with a meaningful commit message
- Push your changes to your forked repository
- Create a Pull Request to this repository
- Comment on someone else's Pull Request
Carine :)