Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 2.46 KB

CONTRIBUTING.md

File metadata and controls

24 lines (15 loc) · 2.46 KB

Contributing

📢 Meetup Call For Proposals (CFP)

Are you thinking about doing a talk or presentation at an upcoming Astoria Tech Meetup? Then you've come to the right place! Open a github issue or chat with @reggi to discuss a proposal!

🛝 Submitting your slides

We've tried to streamline and automate much of the submission process, this allows you to:

  1. Submit your name
  2. Submit your profile image for our meetup.com image and projected image the night of the event
  3. Submit your slides to the community for later use, (distributed via rss on our static site)

The content for this repo is in yaml frontmatter at the top of a few markdown files. The content folder is here. The schema or properties are defined in this config.

In order to submit a talk you need a couple key things.

Note: YYYY-MM-DD is the date of the event that you'll be speaking at.

  • A speaker file located in /src/content/speakers (eg {your-name}.md) or use this issues template to create a speaker profile here.
  • A presentation file located in src/content/presentations (eg YYYY-MM-DD-{your-name}.md) or use this issues template to create a presentation file here
  • A pdf file of your presentation located in public/presentations (eg YYYY-MM-DD-{your-name}.pdf) (a PR needs to be made to get the PDF into the repo)
  • The last step is to add your presentation to the event (it may not exist, if not you can create it or this can be done by the repo maintainer via workflow dispatch) here's an example, there's a presentations array within each event and you're presentation file basename should be added to this list (eg. YYYY-MM-DD-{your-name}).