We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a22a683 commit 4e47bc5Copy full SHA for 4e47bc5
AGENTS.md
@@ -2,4 +2,6 @@
2
- Make sure to use the right node version, run "nvm use"
3
- you need to make sure building passes when you make a change, run "yarn build && yarn build:test"
4
- We use yarn in this repo, not npm
5
-- do not run "yarn install" until you run "nvm use" first and make sure we're on the right node version
+- do not run "yarn install" until you run "nvm use" first and make sure we're on the right node version
6
+- When you add a feature or fix a bug, add a test for it.
7
+- Before you commit a change make sure all tests pass
0 commit comments