our real-world capture the flag game.
- Clone a copy:
git clone git@github.com:termisoc/capturetheflag.git CaptureTheFlag
. - Then run:
python manage.py syncdb
to get the database working.- and then
python manage.py runserver
to get it working.
- Make your changes.
- Don't update the README, or any tags or version numbers (we'll do that.)
- Push your changes back up.
Don't have commit access? Fork it, and send a pull request, and it'll get merged in.
- Log it on the project's issues page.
- explain how to reproduce it.
- what it does / doesn't do.
- but, just before check it's not already there!
- Or, fix it!
- this way, we'll love you more.