Skip to content

Commit c338b68

Browse files
authored
docs(README): add badges & CoC reference
1 parent 7df005f commit c338b68

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# [Quickpostgres](https://npmjs.com/package/quickpostgres)
22

3+
[![Test](https://github.com/GodderE2D/quickpostgres/actions/workflows/test.yml/badge.svg)](https://github.com/GodderE2D/quickpostgres/actions/workflows/test.yml)
4+
[![NPM Publish (Release)](https://github.com/GodderE2D/quickpostgres/actions/workflows/publish.yml/badge.svg)](https://github.com/GodderE2D/quickpostgres/actions/workflows/publish.yml)
5+
[![NPM Publish (Dev)](https://github.com/GodderE2D/quickpostgres/actions/workflows/publish-dev.yml/badge.svg)](https://github.com/GodderE2D/quickpostgres/actions/workflows/publish-dev.yml)
6+
37
An easy, beginner-friendly [PostgreSQL](https://www.postgresql.org/) database wrapper similar to [quick.db](https://github.com/lorencerri/quick.db).
48

59
## Features
@@ -86,6 +90,8 @@ I may consider opening a Discord support server soon, but this is not guranteed.
8690

8791
## Contributing
8892

93+
You must adhere to the [code of conduct](https://github.com/GodderE2D/quickpostgres/blob/main/.github/CODE_OF_CONDUCT.md) when interacting within the quickpostgres repository.
94+
8995
If you spot a bug or you have a feature request, please open a [GitHub issue](https://github.com/GodderE2D/quickpostgres/issues), or if you'd like to write some code, you can open a [pull request](https://github.com/GodderE2D/quickpostgres/pulls).
9096

9197
If you spot a security vulnerability, please [contact me](mailto:[email protected]).

0 commit comments

Comments
 (0)