Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 730 Bytes

CONTRIBUTING.md

File metadata and controls

21 lines (14 loc) · 730 Bytes

Contributing Guide

Thanks for lending a hand 👋

Here are a few ways to contribute:

Coding conventions

  • We use prettier. Before you commit, all files will be formatted automatically.
  • We use Conventional Commits. Please use a prefix. If your PR has multiple commits and some of them don't follow the Conventional Commits rule, we'll do a squash merge.
    • If adding a language, use feat(lang)
    • If adding a theme, use feat(theme)

Fix a bug

  • Reference the bug you are fixing in the PR
  • Add a test if possible