Contributing to pg-promise -------------------------- Please take your time reading through this short document, if you want to get proper support for this library. --- At the time of writing this document, most of the new questions or issues appear to be repeated. Please search through the following before opening any new issue or asking a question: * [List of all existing issues](https://github.com/vitaly-t/pg-promise/issues?q=is%3Aissue+is%3Aclosed) * [Questions on StackOverflow](https://stackoverflow.com/questions/tagged/pg-promise) * [Project's WiKi Pages](https://github.com/vitaly-t/pg-promise/wiki) * [Official Documentation](http://vitaly-t.github.io/pg-promise/) If your question/issue is not covered by any of the resources above, you should post it on: * [StackOverflow](https://stackoverflow.com), if it is a question, so it can be easily found by others (label it with `pg-promise`); * [Project's Issues](https://github.com/vitaly-t/pg-promise/issues), if you think that you have found a bug. The author is no longer answering generic questions within [the chat](https://gitter.im/vitaly-t/pg-promise?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge), as those are neither saved no searchable. Please do not email me any questions related to the library usage, I do not answer those, as I do not do any support via email. Before creating a PR, see the [Testing](https://github.com/vitaly-t/pg-promise/wiki/Testing) page for instructions on how to test the library locally.