Thanks for helping out! 👍
Before you summit a PR, you'll want to make sure that:
- Any changes are tested.
- All tests pass. (See each package's readme for instructions on testing that package.)
- The formatting is correct. Just run
npm run format
in a package folder.
If this is a new feature, make sure you've discussed it with our #engineering channel on Discord.
We use NPM style, as automated by the prettier tool. 2 space indents, no semi-semicolons.
We use two space indents. Just copy the surrounding style and use your good judgement.