Thanks for lending a hand 👋
Here are a few ways to contribute:
- Add a theme
- Add a language grammar
- Fix a bug
- 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)
- If adding a language, use
- Reference the bug you are fixing in the PR
- Add a test if possible