Deelnemer inschrijven: Difference between revisions

From RevSpace
Jump to navigation Jump to search
mNo edit summary
No edit summary
(One intermediate revision by the same user not shown)
Line 4: Line 4:
When adding a new participant, make sure you complete the following actions, or make sure they are executed by someone else:
When adding a new participant, make sure you complete the following actions, or make sure they are executed by someone else:
* Add the personal data to participants.txt in git, also make sure to commit and push this change
* Add the personal data to participants.txt in git, also make sure to commit and push this change
<pre>Deelnemer 42, ingeschreven op %yyyy-%mm-%dd
<pre>Deelnemer 42, ingeschreven op `date +%Y-%m-%d`
     "Full Name (Nickname)" <email@example.com>
     "Full Name (Nickname)" <email@example.com>
     %yyyy-%mm-%dd
     Date of birth +%Y-%m-%d
     Pistraat 314 - 1337 XY  Den Haag
     Pistraat 314 - 1337 XY  Den Haag
     +31601189998819991197253</pre>
     +31601189998819991197253</pre>

Revision as of 10:00, 7 October 2015

Checklist voor bestuursleden om het toevoegen van nieuwe deelnemers goed te laten verlopen


When adding a new participant, make sure you complete the following actions, or make sure they are executed by someone else:

  • Add the personal data to participants.txt in git, also make sure to commit and push this change
Deelnemer 42, ingeschreven op `date +%Y-%m-%d`
    "Full Name (Nickname)" <email@example.com>
    Date of birth +%Y-%m-%d
    Pistraat 314 - 1337 XY  Den Haag
    +31601189998819991197253