Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1002 Bytes

CONTRIBUTING.md

File metadata and controls

33 lines (22 loc) · 1002 Bytes

Contributing to this repository

Introduction

  • This site is built with Next.js, TailwindCSS and MDX
  • Check out the existing issues for ways to contribute
  • Please make sure you format your code with the styles specified in .prettierrc. If you run prettier it should do this for you.

Have a new feature request or see a bug?

Create a new issue! On the issue we can discuss the problem and assign the work.

Runinng locally

yarn install
yarn dev

Open http://localhost:3000 in your browser to see the site.

Branch naming guidelines

  • feature/{change}: For new features/improvements
  • fix/{change}: For fixes

Ready to contribute?

  1. Create an issue or comment on one to claim it
  2. Create a fork of the repo
  3. Make a new branch following the branch naming guidelines above
  4. Work on your fork, then open a pull request. Tag the issue in your pull request
  5. Your PR will be reviewed, and if it is approved it will be merged into main