Skip to content

This repo maintains the tasks, activities, etc. done in OSS cohort 5

Notifications You must be signed in to change notification settings

Sanika-k-1317/OSS-Cohort-5

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 

Repository files navigation

OSS-Cohort-5

This repo maintains the tasks, activities, etc. done in OSS cohort 5.

Structure

Find Resources from the Sessions: Resources

Find Tasks: Tasks

How to Contribute

Please follow the steps below to contribute to this project:

  1. Fork the repository by clicking on the "Fork" button.
  2. Clone the forked repository to your local machine:
    git clone https://github.com/your-username/OSS-Cohort-5.git
    
  3. Create your own branch:
    git checkout -b your-branch-name
    
  4. 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
    
  5. Make your changes, commit them with a descriptive message:
    git commit -m "Your commit message"
    
  6. Push your changes to your forked repository:
    git push origin your-branch-name
    
  7. 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.

About

This repo maintains the tasks, activities, etc. done in OSS cohort 5

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published