Skip to content

Sayan-045/CSS_GIT_WORKSHOP_TASK

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

How to Contribute

  1. Fork this Repository: Start by forking this repository to your GitHub account.

  2. Clone the Repository: Clone the forked repository to your local machine using:

    git clone 'repo-url'
    
  3. Create a New Branch: Create a branch to work on a specific feature or fix. For example:

    git branch 'branch-name'
    git checkout 'branch-name'
    
  4. Make Your Changes: Edit the files and add your features or fixes. Be sure to follow the project structure and guidelines.

  5. Commit Your Changes: Once you've made your changes, commit them with a meaningful message:

    git add .
    git commit -m "Add a meaningful commit message here"
    
  6. Push Your Changes: Push the changes to your forked repository:

    git push origin 'branch-name'
    
  7. Create a Pull Request: Go to the original repository on GitHub and create a pull request (PR) from your forked repository. Be sure to provide a clear description of the changes you made and why they're necessary.

  8. Collaborate and Revise: If the maintainers request changes or improvements, make the necessary updates in your branch, commit the changes, and push them again. Your PR will update automatically.

  9. Celebrate Your Contribution: Once your PR is reviewed and merged, congratulations! You've successfully contributed to the project. 🎉

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 62.2%
  • C 27.6%
  • CSS 10.2%