From 3cc41ab6c847aff43f8eb4a79e2601ee1e6d30e2 Mon Sep 17 00:00:00 2001 From: Lev Kokotov Date: Tue, 8 Feb 2022 17:58:44 -0800 Subject: [PATCH] Create CONTRIBUTING.md --- CONTRIBUTING.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 CONTRIBUTING.md 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!