events
events copied to clipboard
Use separate files for events
Using separate files saves you from merge conflicts if two people file PRs at the same time.
I was concerned that the UI for creating a new file on GitHub would be too clunky. I agree that it's cleaner with separate files. Plus you get unique filenames/ids for free.
you can use a link like https://github.com/hasgeek/events/new/master?filename=_data/events/FILLME.md
TIL.
So the workflow will involve them copying over a template to a new file and editing it. That could work.