Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 598 Bytes

Readme.md

File metadata and controls

18 lines (16 loc) · 598 Bytes

Git Gaming Gamers!

Tasks

  1. Fork this repository
  2. Each team lead clone your forked repository
  3. Create a branch called add/<your-name>
  4. Add your name to the README.md file
  5. Create a Virtual Environment
    • conda create -n gitgame python=3.8
  6. Install the requirements from requirements.txt
    • pip install -r requirements.txt
  7. Run make gitgame
    • make gitgame
  8. Commit your changes with a meaningful commit message
  9. Push your changes to your forked repository
  10. Create a Pull Request to this repository
  11. Comment on someone else's Pull Request