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 workflow in CONTRIBUTING.md #60

Merged
merged 1 commit into from
Oct 7, 2022
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
11 changes: 4 additions & 7 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@

## 👨‍💻 Prerequisite Skills to Contribute

- [Git](https://git-scm.com/)
- [Git](https://git-scm.com/)

#### Contribute in Documents

Expand All @@ -19,7 +18,6 @@

[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](https://github.com/codu-code/codu/pulls)


- Take a look at the existing [Issues](https://github.com/codu-code/codu/issues) or [create a new issue](https://github.com/codu-code/codu/issues/new/choose)!
- [Fork the Repo](https://github.com/codu-code/codu/fork). Then, create a branch for any issue that you are working on. Finally, commit your work.
- Create a **[Pull Request](https://github.com/codu-code/codu/compare)** (_PR_), which will be promptly reviewed and given suggestions for improvements by the community.
Expand Down Expand Up @@ -67,7 +65,7 @@ git fetch upstream
```

```bash
git merge upstream/main
git rebase upstream/develop
```

### [Github Docs](https://docs.github.com/en/github/collaborating-with-pull-requests/addressing-merge-conflicts/resolving-a-merge-conflict-on-github) for Syncing
Expand Down Expand Up @@ -116,7 +114,7 @@ git push origin YourBranchName

## Run tests

⚠️ ***Tests need to be added. When commands are added update the docs here.*** ⚠️
⚠️ **_Tests need to be added. When commands are added update the docs here._** ⚠️

After making changes make sure that tests passes

Expand Down Expand Up @@ -156,5 +154,4 @@ In order to discuss changes, you are welcome to [open an issue](https://github.c

[![forthebadge](https://forthebadge.com/images/badges/works-on-my-machine.svg)](https://forthebadge.com)


[![Open Source Love](https://badges.frapsoft.com/os/v2/open-source-150x25.png?v=103)](https://github.com/ellerbrock/open-source-badges/)
[![Open Source Love](https://badges.frapsoft.com/os/v2/open-source-150x25.png?v=103)](https://github.com/ellerbrock/open-source-badges/)