Skip to content

Commit

Permalink
Merge pull request #17 from chaoss/faithkovi
Browse files Browse the repository at this point in the history
edit README.md and CONTRIBUTING.md
  • Loading branch information
CatherineKiiru authored Jul 24, 2023
2 parents ee719b7 + 5773ded commit 0308cd1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ $ git push -u origin my-new-branch
Upon submitting a pull request, one of the maintainers will review your pull request and give feedback on changes or merge your pull requested.
> Keep in mind to regularly synchronize your fork with the main branch. To do this, make sure you are in the project's root folder, and the branch should be the main branch. Run the command:
```
$ git remote add upstream https://github.com/chaoss/chaoss-slack-bot.git
$ git remote add upstream https://github.com/chaoss/GitHub-Copilot-Hackathon-Project.git
```

Now that your upstream is set up on your local machine, whenever you need to create a new branch to make changes, make sure your main branch is in sync with the main repository by typing:
Expand All @@ -85,10 +85,10 @@ $ git push origin main
Thank you for your contributions! We appreciate your time and effort in making this project better.

## Resources
- Project Design -> https://www.figma.com/file/mALWb4e0vqfBbtRwop3g16/Afos?type=design&node-id=44-930&mode=design&t=XHbTvPKU9rzZ0NZU-0
- [Project Design - Figma](https://www.figma.com/file/mALWb4e0vqfBbtRwop3g16/Afos?type=design&node-id=44-930&mode=design&t=XHbTvPKU9rzZ0NZU-0)


- Code of Conduct -> https://github.com/chaoss/.github/blob/main/CODE_OF_CONDUCT.md
- [Code of Conduct](https://github.com/chaoss/.github/blob/main/CODE_OF_CONDUCT.md)



2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ The development phase will start on 10th July and end on 27th July 2023.

## Contributing Guidelines

This project is open to the community and anyone can contribute to it. To contribute to this project, ensure to follow the guidelines found [here](https://github.com/chaoss/GitHub-Copilot-Hackathon-Project/blob/main/CONTRIBUTIONS.md).
This project is open to the community and anyone can contribute to it. To contribute to this project, ensure to follow the guidelines found [here](https://github.com/chaoss/GitHub-Copilot-Hackathon-Project/blob/main/CONTRIBUTING.md).

0 comments on commit 0308cd1

Please sign in to comment.