We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7426a72 commit 013fb54Copy full SHA for 013fb54
CONTRIBUTING.md
@@ -0,0 +1,11 @@
1
+# Contributing
2
+
3
+Thanks for considering contributing!
4
5
+A few rules of thumb:
6
+- This repository uses PNPM.
7
+- Code contributions should match the existing code style.
8
+ - `pnpm lint` to check the formatting
9
+ - `pnpm lint:fix` to fix some of the issues
10
+- Discuss additions/changes with us [on Discord](https://discord.gg/fJrZZ7V) before working on them.
11
+- Make sure to run your own instance and ensure minor/major/dependency changes work correctly.
0 commit comments