Skip to content

mehul1409/jiit-optica

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hacktoberfest

Contribution guide

  1. Star this repository (See top right of this page. Click the "Star" button.)

  2. Fork this repository (See top right of this page. Click the "Fork" button. On the next screen that appears, click the green "Create fork" button in the lower right.)

  3. Open a Terminal, where you can enter command line text. For the next steps, you'll be using this terminal.

  4. Clone the forked repository down to your machine:

    git clone git@github.com:<your-username>/jiit-optica.git

    Remember to replace <your-username> with your GitHub username.

  5. Go into your local repo directory

    cd jiit-optica

  6. Create a branch

    git checkout -b <your-branch-name>

    Think of a name for your new branch. Your branch name can be anything, but it's better if it briefly describes the change you are making. Replace <your-branch-name> with the branch name you've chosen.

  7. Edit your changes in a code editor, such as VS Code.

  8. Preview your changes

    git status

  9. Send your changes up to your forked repo at GitHub: Add, commit and push

    git add .
    git commit -m "Your commit message"
    git push -u origin <your-branch-name>
    
  10. Create a new pull request from your forked repo at GitHub. (Click on the green "Compare & pull request" button that is near the top of the page.

  11. Wait for your PR review and merge approval. It will be reviewed as soon as possible.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 55.9%
  • CSS 26.2%
  • JavaScript 17.9%