Contribute
the golden turn is open-source and community-maintained. Here's how to contribute.
Writing curriculum articles
Fork the repo, add an MDX file to src/content/curriculum/[section]/,
and submit a pull request. Articles use frontmatter for metadata (title, section, order) and MDX for content.
See the GitHub repo for examples.
Adding a K page
Same process as curriculum articles. Add an MDX file to src/content/k/
with a name, aliases, and tags in the frontmatter. Submit a pull request on
GitHub.
Submitting a recording
Use the form at /recordings/add to submit a round link. Submissions go through a brief review process: a GitHub issue is opened, and once approved, an admin adds the record to the Algolia index.
Uploading files
Add a Markdown file to src/content/files/ with a
download_url pointing to a hosted file (Google Drive, Dropbox, etc.),
then submit a pull request on GitHub.
Reporting issues
Found a bug or have a suggestion? Open a GitHub issue at the tejasprabhune/goldenturn repo.