Create CONTRIBUTING.md

This commit is contained in:
Lev Kokotov
2022-02-08 17:58:44 -08:00
committed by GitHub
parent bb1474f175
commit 3cc41ab6c8

6
CONTRIBUTING.md Normal file
View File

@@ -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!