Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added CONTRIBUTING.md #32

Merged
merged 3 commits into from
Jan 28, 2022

Conversation

priyanshk20
Copy link
Contributor

Closes #31
Added a markdown file which gives details regarding making a Pull Request in goals site

CONTRIBUTING.md Outdated
Comment on lines 82 to 85
It may so happen that since the last time you cloned the repo/took a pull from develop, some changes may be merged in the develop branch. So to be on the safer side, we should have those changes as well.

In order to do that, we first checkout to **develop** branch by:

```
git checkout develop
```

Once we're in develop, it's time to take a pull:

```
git pull upstream develop
```

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't you think this section is getting repeated in pt. 4. Can we shorten it and make it more comprehensive in one point itself. What you think? or Is it really required.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just added it because, it was the samein every other repos as well. I think for a beginner not knowing this might create an issue, so let it be, this is what I think.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah i have noticed in other repos too . but won't it be better if you just provide a reference to point 4 instead of repeating the same. what you say?
for eg. Like repeat step 4

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Okay doing the change

CONTRIBUTING.md Outdated

![how-to-fork](https://i.imgur.com/s9LLbOw.png)

1. **Cloning repository**
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

*Point no. 2

CONTRIBUTING.md Outdated
@@ -107,7 +97,7 @@ git rebase develop

You should solve the merge conflicts, if any.

9. **Pushing your code**
1. **Pushing your code**
Copy link
Contributor

@Kshashank99 Kshashank99 Jan 27, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why did you make it 1? Where is point 9

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh my bad! Mistake in copy paste, will fix

Copy link
Contributor

@Kshashank99 Kshashank99 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me. Nice work @priyanshk20

@Kshashank99 Kshashank99 merged commit 03f5f61 into Real-Dev-Squad:develop Jan 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Create Contributing guide CONTRIBUTE.md
2 participants