git checkout -b <your working branch>
mkdir participants
touch participants/<your github user name>
echo "hi" >> participants/<your github user name>
git add participants/<your github user name>
git commit -m 'I, <your github user name> fixed issue <issue reference>'
git push origin <your working branch>