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

Update CONTRIBUTING.md #57

Merged
merged 1 commit into from
Jan 20, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ We love your input! We want to make contributing to this project as easy and tra
### Making a PR

> - Make sure you have been assigned the issue to which you are making a PR.
> - If you make PR before being assigned, It may be labeled `invalid` and closed without merging.
> - If you make PR before being assigned, It may be labelled `invalid` and closed without merging.

- Fork the repo and clone it on your machine.
- Add a upstream link to main branch in your cloned repo
Expand All @@ -27,7 +27,7 @@ We love your input! We want to make contributing to this project as easy and tra
- Keep your cloned repo upto date by pulling from upstream (this will also avoid any merge conflicts while committing new changes)

```sh
git pull upstream master
git pull upstream dev
```

- Create your feature branch
Expand Down