From 66ccbe115ba18663552834a373fb9f00af75c5cb Mon Sep 17 00:00:00 2001 From: nils <48135649+Nilstrieb@users.noreply.github.com> Date: Tue, 11 Apr 2023 12:28:11 +0200 Subject: [PATCH] contribute --- CONTRIBUTING.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..ddb5f3b --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,3 @@ +# how to contribute + +Run tests using `cargo test`, or just the full tests using `cargo runtest`.