From 05d4580faaf3004a4b852c20d163c225e619de0d Mon Sep 17 00:00:00 2001 From: rascul Date: Mon, 26 Aug 2019 20:02:47 -0500 Subject: [PATCH] add contributing --- CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..5216c71 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,2 @@ +Feel free to send me patches or pull requests or stuff. Remember to run rustfmt +using the provided rustfmt.toml to get the style correct.