2022-02-14 06:36:05 -08:00
|
|
|
## Introduction
|
|
|
|
|
|
2022-02-08 17:58:44 -08:00
|
|
|
Thank you for contributing! Just a few tips here:
|
|
|
|
|
|
2023-10-10 09:18:21 -07:00
|
|
|
1. `cargo fmt` and `cargo clippy` your code before opening up a PR
|
2022-02-20 22:49:30 -08:00
|
|
|
2. Run the test suite (e.g. `pgbench`) to make sure everything still works. The tests are in `.circleci/run_tests.sh`.
|
|
|
|
|
3. Performance is important, make sure there are no regressions in your branch vs. `main`.
|
2022-02-08 17:58:44 -08:00
|
|
|
|
|
|
|
|
Happy hacking!
|
2022-02-14 06:36:05 -08:00
|
|
|
|
|
|
|
|
## TODOs
|
|
|
|
|
|
2022-08-10 09:51:56 -07:00
|
|
|
See [Issues]([url](https://github.com/levkk/pgcat/issues)).
|