Skip to main content

How to Contribute

One of the best things about being a content creator is being able to help shape a place where people can come together with a common interest. We're not building Typecraft so that we are the only ones contributing to the discourse.

We're dedicating the community page as a place where everyone can contribute. Have an awesome setup that you'd like to share? Come up with a solution to a problem you heard about on the Typecraft Discord?

Share It!

Go to the Github Repository and get in the game! Simply create a branch and make a new markdown file in the articles directory and follow this format. Once we've merged the PR and publish the article, you'll find it right here.

⚠️
Make sure your featured image is just the image and that your tags are an array of strings!
---
title: "Your Title Here"
tags: ["relevant_tag_here"] 
author: "YOUR_EMAIL_ON_THIS_WEBSITE"
featured_image: "https://SOME_URL_HERE"
---

You can use typical markdown for font styling (bold, italic, strikethrough). We'll be adding more custom markdown features over time.

Our Github Action doesn't support everything just yet, but it's enough to kickstart some great content! We're excited to see what you'll share and what we can all learn from each other.

❤️ The Typecraft Team