Skip to content

Commit

Permalink
Add contributing guide
Browse files Browse the repository at this point in the history
  • Loading branch information
krzkaczor committed Apr 28, 2020
1 parent b5aac41 commit deec5f0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Contributing

We welcome all contributions!

## Developing

We use TypeScript monorepo, each target is a separate package and has another packagee with tests. You need to run
`yarn watch` to automatically recompile all the projects as you introduce changes.

Run `yarn test:fix` before pushing, it will run eslint, prettier in fix mode and run all tests.

0 comments on commit deec5f0

Please sign in to comment.