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)