This repo maintains the tasks, activities, etc. done in OSS cohort 5.
Find Resources from the Sessions: Resources
Find Tasks: Tasks
Please follow the steps below to contribute to this project:
- Fork the repository by clicking on the "Fork" button.
- Clone the forked repository to your local machine:
git clone https://github.com/your-username/OSS-Cohort-5.git
- Create your own branch:
git checkout -b your-branch-name
- Sync your fork with the original repository:
git remote add upstream https://github.com/OSS-Cohort-5/OSS-Cohort-5.git git fetch upstream git merge upstream/main
- Make your changes, commit them with a descriptive message:
git commit -m "Your commit message"
- Push your changes to your forked repository:
git push origin your-branch-name
- Create a pull request (PR) from your branch to the original repository's main branch. Provide a clear and concise description of your changes in the PR.