diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..af38a64 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,6 @@ +Thank you for contributing! Just a few tips here: + +1. `cargo fmt` your code before opening up a PR +2. Run the "test suite" (i.e. PgBench) to make sure everything still works. + +Happy hacking!