-
Fork the Coderetreat git repository, current status:
-
Create a new file called
YYYY-Author-name.yaml
in the corresponding directory:_data/articles/experiences/as-an-attendee/
: the article explains the experience when attending a coderetreat._data/articles/experiences/as-a-facilitator/
: the article explains the experience when facilitating a coderetreat._data/articles/about-the-format/
: the article talks about the coderetreat format and it's not related to a particular event. In this case, we also include city and country about the author to show the community around the world!
You can either:
-
Generate a file automatically by using this schema.
The required fields are:
title
url
author.name
year
location.city
location.country
For
location.country
, make sure you use the full name of the country. Example below:- United Kingdom ✅
UK- United States of America ✅
USUSA
-
Run the tests locally before creating the pull request (you must have NodeJS installed on your machine):
cd coderetreat.org/ # Change into the repository npm install # Install all dependencies npm test # Verify all events
-
Submit a pull request from Github. Be sure your PR title is clear.
-
Travis-CI will automatically verify that your YAML file is valid (it should show up here in the test output)
-
The Coderetreat coordinators will then merge your request as soon as possible.
Thanks!