Skip to content

Latest commit

 

History

History
52 lines (34 loc) · 1.66 KB

CONTRIBUTING.md

File metadata and controls

52 lines (34 loc) · 1.66 KB

Contributing

Every contribution is appreciated and welcome. If you're planning to add a new section or page, please create an issue first.

Setup

Production

After you have finished editing the document, run npm run build to create a production version of the site, and push your commited changes to GitHub.

Branching Your Changes

Making a branch in your fork for your contribution is helpful in the following ways:

  • It allows you to have multiple contributions in as PRs at once.
  • It allows us to identify what your contribution is about from the branch name.

Submitting Changes

Push to your fork branch and submit a pull request to the master branch.

See GitHub documentation for more help.

Contribution Recognition

You can choose to add your GitHub username for recognition at the top of any markdown document you edit:

example.md

---
title: Some Example Page
contributors:
  - TheLarkInn
  - Sokra
  - bebraw
  - Jhnns
  - SpaceK33z
---

## Some Documentation

This will add your name and GitHub profile photo to the document in production. It's a great way to own the awesome work that you do and we encourage you to do this in your PRs.