-
Notifications
You must be signed in to change notification settings - Fork 17
Submit Event Report
There are multiple ways to submit an event report depending on how familiar you are with GitHub and Git:
- Create a gist with the report and send it to admins of this repo
- Ask admins to give you a draft you can edit
- Submit a pull request
To submit changes to existing reports, options 2 and 3 apply.
Note: read this info to understand and configure which email address is recorded when you save documents on GitHub.
Reports are written in a format called Markdown. It is pretty simple, but for some techniques you don't use often there is an excellent cheatsheet that should be in your bookmarks.
Gist is most commonly a single versioned document and it is perfect for event reports. All you need is GitHub account.
- Visit https://gist.github.com/
- Enter filename in this format:
YYYYMMDD-title-city-country.md
. Example:20190116-tnabc-miami-usa.md
. - Enter report contents. You can use this template.
- Press
Create secret gist
orCreate public gist
depending on your preference. Secret gists can only be accessed knowing the correct link and are not listed in your profile. - Edit the gist as necessary.
- When finished, contact admins and ask to add your report to the repository.
Other ways to share a document would work too, but gist is
- better than chat message because it can be long and you can edit it
- better than pastebin services because it has clear version history
- better than Google Docs because it can be accessed without Google account and without executing a ton of proprietary code
Learn more about gists here.
This way is a bit more advanced but allows others to be aware of your work on the report, and also allows multiple people to edit it. This method is easier than the next one and all steps can be done in the browser, at the cost of some admin work.
- Contact admins and ask to create a draft for you.
- You will be invited as a collaborator to this or intermediate repository and provided a link to the draft.
- Edit the draft as necessary.
- When finished, create a pull request or ask to do it for you.
This way is most advanced but is also most flexible and requires less admin assistance.
- Fork the events repository.
- Create a file with your report or change an existing file in the
reports
directory. The file name must follow the formatYYYYMMDD-title-city-country.md
, e.g.20190116-tnabc-miami-usa.md
. For content you can use this template as a starting point. - Create a pull request against the events repository.
- Check
Allow edits from maintainers
(help). - Optionally, use Draft pull request that cannot be merged until you mark it as ready.
To get your reports merged or to propose an improvement:
- either create an issue
- or ask in #event_planning chat room via Matrix, Discord or Slack (ping @bee)