Skip to content

Commit 08a8994

Browse files
committed
Write tiny-miny contributing guide
I don't think we need a full-blown CONTRIBUTING file. Fixes #6
1 parent 035e41c commit 08a8994

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,11 @@ const cfg = {
6767
sqlFormatter.format("SELECT *", cfg);
6868
```
6969

70-
## Contribute
70+
## Contributing
7171

72-
> TODO
72+
Simply `npm install` to install the dependencies, write your fix,
73+
ensure tests and linter are fine with `npm run check`,
74+
and you're ready to poke us with a pull request.
7375

7476
## Influence
7577

0 commit comments

Comments
 (0)