From a2e5784233af9e5f715fd28441593765fee01c2d Mon Sep 17 00:00:00 2001 From: Sukhnandan Malhotra Date: Sat, 13 Oct 2018 12:25:39 +0530 Subject: [PATCH] Update readme --- .idea/RandomScripts.iml | 8 ++++++++ .idea/misc.xml | 7 +++++++ .idea/modules.xml | 8 ++++++++ .idea/vcs.xml | 6 ++++++ .idea/workspace.xml | 18 ++++++++++++++++++ README.md | 7 +++++++ 6 files changed, 54 insertions(+) create mode 100644 .idea/RandomScripts.iml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml create mode 100644 .idea/workspace.xml diff --git a/.idea/RandomScripts.iml b/.idea/RandomScripts.iml new file mode 100644 index 0000000..d0876a7 --- /dev/null +++ b/.idea/RandomScripts.iml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..3999087 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,7 @@ + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..bf391ac --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 0000000..b498a59 --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/README.md b/README.md index 42baa55..a855780 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,10 @@ +##How to Contribute to this project + 1) Fork this repository. + 2)Clone this repository on local system by git clone "URL" + 3) Checkout on a new branch by "git checkout -b branch_name" + 4)Add changes and commit and push to remote. + 5) Make a pull request. + ## Dependencies ### Matplotlib