Thank you for wanting to contribute to the Postgres Monitor agent!
Please read through these contribution guidelines:
-
Fork and clone the repo locally
-
Create a new branch for your changes from the
main
branch -
Make the necessary changes — small PRs are preferrable to large ones
-
Add new tests and run with
go test ./...
-
Commit your changes with a useful and descriptive comment
-
Push your branch to Github and make a pull request against the
main
branch -
Add a detailed description of your changes in the PR with the issue you are fixing and your reasoning
Someone from Postgres Monitor will watch for open PRs but there may be some delay in getting responses.