Skip to content

Commit

Permalink
add contributing guidelines (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
bartlomieju authored Oct 1, 2019
1 parent 5c8afd8 commit 2d5a9f5
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,24 @@ main();

Docs are available at [https://deno-postgres.com/](https://deno-postgres.com/)

## Contributing guidelines

When contributing to repository make sure to:

a) open an issue for what you're working on

b) use strict mode in TypeScript code (use `tsconfig.test.json` configuration)

```shell
$ deno run -c tsconfig.test.json -A test.ts
```

c) properly format code using `deno fmt`

```shell
$ deno fmt -- --check
```

## License

There are substantial parts of this library based on other libraries. They have preserved their individual licenses and copyrights.
Expand Down

0 comments on commit 2d5a9f5

Please # to comment.