-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
de92d3e
commit db26b0f
Showing
1 changed file
with
11 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Contributing | ||
|
||
Thanks for considering contributing! | ||
|
||
A few rules of thumb: | ||
- This repository uses PNPM. | ||
- Code contributions should match the existing code style. | ||
- `pnpm lint` to check the formatting | ||
- `pnpm lint:fix` to fix some of the issues | ||
- Discuss additions/changes with us [on Discord](https://discord.gg/fJrZZ7V) before working on them. | ||
- Make sure to run your own instance and ensure minor/major/dependency changes work correctly. |