From 601b98d166aa1f91df4db93c9d2d1d7e377f3e3e Mon Sep 17 00:00:00 2001 From: Yatharth Mathur <31852880+yatharthmathur@users.noreply.github.com> Date: Wed, 17 Jan 2024 01:35:13 +0530 Subject: [PATCH] docs: add contribution link in readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 7745b8f..c508370 100644 --- a/README.md +++ b/README.md @@ -20,3 +20,6 @@ A fast and lightweight KeyValue store written in Rust. ## How to run test cases ```cargo test``` + +# Contributing to rustic-db +Please checkout our contribution doc [here](CONTRIBUTING.md).