- Each team lead should fork this repository
- Clone your forked repository
- Create a branch called
add/<your-name>
git checkout -b add/<your-name>
- Add your name to the
README.md
file - Create a Virtual Environment
conda create -n gitgame python=3.11
- Activate the Virtual Environment
-
- Install the requirements from
requirements.txt
pip 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
forked from ECLAIR-Robotics/github-playground
-
Notifications
You must be signed in to change notification settings - Fork 28
Tanyk2004/github-playground
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Play around with this repository and complete the tasks that we have created for you!
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Python 94.2%
- Makefile 5.8%