From 432f513231ab1ad83ad86e47e5eb0baae0bf5997 Mon Sep 17 00:00:00 2001 From: Ananya Agrawal <33188930+ananya-agrawal@users.noreply.github.com> Date: Wed, 10 Jan 2018 22:17:33 +0530 Subject: [PATCH 1/5] Create contributing.md --- contributing.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 contributing.md diff --git a/contributing.md b/contributing.md new file mode 100644 index 0000000..7a5c489 --- /dev/null +++ b/contributing.md @@ -0,0 +1,12 @@ +# How To Contribute +### The following below mentioned is a set of guidlines for contributing to any project under [OpenCode](https://github.com/opencode18) +#### These guidlines must be taken into consideration before creating any pull request. +#### Comment Before Solving Issue +It should be taken care that you first comment on the issue you wanted to work on and get it assigned to you. Assignment will be done on first come first serve basis. +#### Pull request must not rejected if the rules are violated. +As this is to create an easy and joyful onboarding process for new programmers and first-time contributors. +#### Single Commit per Pull request +Try to do single commit per pull request and name the commit something meaningful. +#### Pull request older than 4 days with no response from the contributer shall be marked closed. +#### Do not make PR which are not related to the issue. +#### Follow proper coded-indentation. From 01f9a77a9559ffc61393c827e1338ff47c1a80f5 Mon Sep 17 00:00:00 2001 From: Ananya Agrawal <33188930+ananya-agrawal@users.noreply.github.com> Date: Wed, 10 Jan 2018 22:47:38 +0530 Subject: [PATCH 2/5] Update contributing.md --- contributing.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/contributing.md b/contributing.md index 7a5c489..1b44e74 100644 --- a/contributing.md +++ b/contributing.md @@ -1,12 +1,12 @@ # How To Contribute ### The following below mentioned is a set of guidlines for contributing to any project under [OpenCode](https://github.com/opencode18) #### These guidlines must be taken into consideration before creating any pull request. -#### Comment Before Solving Issue ++ #### Comment Before Solving Issue It should be taken care that you first comment on the issue you wanted to work on and get it assigned to you. Assignment will be done on first come first serve basis. -#### Pull request must not rejected if the rules are violated. ++ #### Pull request must not rejected if the rules are violated. As this is to create an easy and joyful onboarding process for new programmers and first-time contributors. -#### Single Commit per Pull request ++ #### Single Commit per Pull request Try to do single commit per pull request and name the commit something meaningful. -#### Pull request older than 4 days with no response from the contributer shall be marked closed. -#### Do not make PR which are not related to the issue. -#### Follow proper coded-indentation. ++ #### Pull request older than 4 days with no response from the contributer shall be marked closed. ++ #### Do not make PR which are not related to the issue. ++ #### Follow proper coded-indentation. From 41d88895467eafe11a3faa3f484d76216df84d11 Mon Sep 17 00:00:00 2001 From: Ananya Agrawal <33188930+ananya-agrawal@users.noreply.github.com> Date: Wed, 10 Jan 2018 22:58:24 +0530 Subject: [PATCH 3/5] Update contributing.md --- contributing.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/contributing.md b/contributing.md index 1b44e74..a7a6169 100644 --- a/contributing.md +++ b/contributing.md @@ -1,12 +1,14 @@ # How To Contribute ### The following below mentioned is a set of guidlines for contributing to any project under [OpenCode](https://github.com/opencode18) #### These guidlines must be taken into consideration before creating any pull request. -+ #### Comment Before Solving Issue ++ Comment Before Solving Issue It should be taken care that you first comment on the issue you wanted to work on and get it assigned to you. Assignment will be done on first come first serve basis. -+ #### Pull request must not rejected if the rules are violated. ++ Add suitable comments to your code. ++ Pull request must not rejected if the rules are violated. As this is to create an easy and joyful onboarding process for new programmers and first-time contributors. -+ #### Single Commit per Pull request ++ Single Commit per Pull request Try to do single commit per pull request and name the commit something meaningful. -+ #### Pull request older than 4 days with no response from the contributer shall be marked closed. -+ #### Do not make PR which are not related to the issue. -+ #### Follow proper coded-indentation. ++ Pull request older than 4 days with no response from the contributer shall be marked closed. ++ Do not make PR which are not related to the issue. ++ Follow proper coded-indentation. ++ If you face any difficulty feel free to contact on [Zulip]( https://opencode18.zulipchat.com) From c644eabeb92ee8e74471ec248f469d872dd21647 Mon Sep 17 00:00:00 2001 From: Ananya Agrawal <33188930+ananya-agrawal@users.noreply.github.com> Date: Wed, 10 Jan 2018 23:12:26 +0530 Subject: [PATCH 4/5] Update contributing.md --- contributing.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/contributing.md b/contributing.md index a7a6169..fd7e7c4 100644 --- a/contributing.md +++ b/contributing.md @@ -1,14 +1,14 @@ # How To Contribute ### The following below mentioned is a set of guidlines for contributing to any project under [OpenCode](https://github.com/opencode18) #### These guidlines must be taken into consideration before creating any pull request. -+ Comment Before Solving Issue ++ #### Comment Before Solving Issue It should be taken care that you first comment on the issue you wanted to work on and get it assigned to you. Assignment will be done on first come first serve basis. -+ Add suitable comments to your code. -+ Pull request must not rejected if the rules are violated. ++ #### Add suitable comments to your code. ++ #### Pull request must not rejected if the rules are violated. As this is to create an easy and joyful onboarding process for new programmers and first-time contributors. -+ Single Commit per Pull request ++ #### Single Commit per Pull request Try to do single commit per pull request and name the commit something meaningful. -+ Pull request older than 4 days with no response from the contributer shall be marked closed. -+ Do not make PR which are not related to the issue. -+ Follow proper coded-indentation. -+ If you face any difficulty feel free to contact on [Zulip]( https://opencode18.zulipchat.com) ++ #### Pull request older than 4 days with no response from the contributer shall be marked closed. ++ #### Do not make PR which are not related to the issue. ++ #### Follow proper coded-indentation. ++ #### If you face any difficulty feel free to contact on [Zulip]( https://opencode18.zulipchat.com) From 73bd257029ef6d88fca7e99eff9beb28bfa22ba8 Mon Sep 17 00:00:00 2001 From: Ananya Agrawal <33188930+ananya-agrawal@users.noreply.github.com> Date: Thu, 11 Jan 2018 01:17:10 +0530 Subject: [PATCH 5/5] Update contributing.md --- contributing.md | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/contributing.md b/contributing.md index fd7e7c4..a5c990e 100644 --- a/contributing.md +++ b/contributing.md @@ -1,14 +1,15 @@ # How To Contribute ### The following below mentioned is a set of guidlines for contributing to any project under [OpenCode](https://github.com/opencode18) #### These guidlines must be taken into consideration before creating any pull request. -+ #### Comment Before Solving Issue ++ Comment Before Solving Issue: + It should be taken care that you first comment on the issue you wanted to work on and get it assigned to you. Assignment will be done on first come first serve basis. -+ #### Add suitable comments to your code. -+ #### Pull request must not rejected if the rules are violated. + ++ Add suitable comments to your code. ++ Pull request must not rejected if the rules are violated. As this is to create an easy and joyful onboarding process for new programmers and first-time contributors. -+ #### Single Commit per Pull request -Try to do single commit per pull request and name the commit something meaningful. -+ #### Pull request older than 4 days with no response from the contributer shall be marked closed. -+ #### Do not make PR which are not related to the issue. -+ #### Follow proper coded-indentation. -+ #### If you face any difficulty feel free to contact on [Zulip]( https://opencode18.zulipchat.com) ++ Single Commit per Pull request: Try to do single commit per pull request and name the commit something meaningful. ++ Pull request older than 4 days with no response from the contributer shall be marked closed. ++ Do not make PR which are not related to the issue. ++ Follow proper coded-indentation. ++ If you face any difficulty feel free to contact on [Zulip]( https://opencode18.zulipchat.com)