Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 870 Bytes

CONTRIBUTING.md

File metadata and controls

24 lines (15 loc) · 870 Bytes

Contribution Guidelines

Issue

  1. Make sure you're using the latest version, check releases for that.
  2. Use the search, maybe there is already an answer.
  3. If not found, create an issue, please dont forget to carefully describe it how to reproduce it / pay attention to the issue-template.

Pull Request

  1. Pull requests only into the master branch.

Setup

This project requires pnpm and node.

  1. Fork this repo on GitHub.
  2. Check out the master locally.
  3. From your local repro run pnpm install.
  4. Run pnpm start dev.