Skip to content

This is the repository for beginners so that they can use this repository to make their first contribution to an open source project on GitHub. Beginner's can practice making first pull request to a public repository before doing the real thing!

Notifications You must be signed in to change notification settings

davejane25/hacktoberfest-2022-first-contribution

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 

Repository files navigation

hacktoberfest-2022-first-contribution

This is the repository for beginners so that they can use this repository to make their first contribution to an open source project on GitHub. Beginner's can practice making first pull request to a public repository before doing the real thing!

How to contribute to this project

Copy the code already present, paste it and make the following changes.

  • Add your image in assets/images folder, and add the src in img tag.
  • Add your name
  • Add your position/designation/university.
  • Add your github and linkedin links.
  • Make a pull request for your work(please make sure you've created the pull request from master branch or your base branch is master) and wait for it to be merged!

Getting started

  • Fork this repository (Click the Fork button in the top right of this page, click your Profile Image)
  • Clone your fork down to your local machine git clone https://github.com/your-username/hacktoberfest-2022-first-contribution.git
  • Create a branch git checkout -b branch-name
  • Make your changes
  • Commit and push
    • git add .
    • git commit -m 'Commit message'
    • git push origin branch-name
  • Create a new pull request from your forked repository (Click the New Pull Request button located at the top of your repo) - Please make sure you made pull request from the master branch.
  • Wait for your PR review and merge approval!
  • Star this repository and follow me if you had fun!

About

This is the repository for beginners so that they can use this repository to make their first contribution to an open source project on GitHub. Beginner's can practice making first pull request to a public repository before doing the real thing!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 92.3%
  • CSS 7.7%