From 7ff6904646e8209ccf180e08f18d307aff243358 Mon Sep 17 00:00:00 2001 From: Deepti Sharma Date: Tue, 2 Oct 2018 12:48:50 +0000 Subject: [PATCH] Create contributing.md --- contributing.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 contributing.md diff --git a/contributing.md b/contributing.md new file mode 100644 index 0000000..a898df7 --- /dev/null +++ b/contributing.md @@ -0,0 +1,7 @@ +Steps to contribute in this repository are: +- Fork the repo +- Clone the repo +- Fix the bug +- Send a PR (Pull Request) + +You may also refer [this awesome course by @kentcdodds](https://egghead.io/courses/how-to-contribute-to-an-open-source-project-on-github)