The index of past Decred events is published here: https://decredcommunity.github.io/events/index/
You can get your event listed and receive a nice link that contains everything about the event. You can then use this link in reporting.
Currently we use a rather complex approach where the information is captured in YAML files. Saving data this way allows to generate a website automatically, at the cost of some work to write the files manually. In the future it may be simplified if somebody builds a pretty GUI to enter the data.
-
open the index directory in a new tab
-
click
Add file, thenCreate new file -
in the
Name your file...box enter the filename in the formatYYYYMMDD.X.yml:- first part is the UTC date, e.g.
20201125 - please check your time zone. If the event started on Nov 25 22:00 in UTC-5 time zone, the UTC time is Nov 26 03:00 and so the filename should be
20201126. - second part
Xis the event number. Use lowest available number, or1if no events are registered for that day. - last part is the
.ymlextension, giving us20201125.1.yml
- first part is the UTC date, e.g.
-
copy the template from here into the editor
-
fill the values, use existing entry as an example
- we use YAML syntax that has a good balance between human readability and capturing structured data for use in automated report generation
langmust be language short code likeenesptzhstart_utcis UTC time when the event started, e.g.2020-11-25 22:00end_utcis optionalannouncementsis a list of links where the event was announced (Twitter, Eventbrite, MeetUp etc)locationmust beCountry / City / any address detailorInternet / Platform1, Platform2, Platform3organizerscaptures names and homepages of organizations that helped to run the event.personis optional but helps to capture individual contributions. Add more blocks if more than one organization was involved.decred_peopleis a list of names, most commonly Decred Matrix usernamesattendancecaptures any useful info about how many people registered/attended/watched/asked questions/etcdescriptionis an arbitrary text describing the event.mediais a list of media created during or after the event, like YouTube videos, photos, news coverage, tweets, etcnotescaptures anything that didn't fit in the other fields- remove fields you don't need, e.g. most entries are small events and don't need
decred_talkssection
-
at the bottom of the page switch to
Create a new branch for this commit and start a pull request -
click
Commit new file -
adjust pull request title and description and click
Create pull request