Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 798 Bytes

CONTRIBUTING.md

File metadata and controls

45 lines (30 loc) · 798 Bytes

Contribution Guidelines 📚

  1. Fork the Repository:

    • Use the fork button at the top right of the repository page.
  2. Clone Your Fork:

    • Clone the forked repository to your local machine.
    git clone https://github.com/JayShukla8/Quotes.git
    
  3. Navigate to the Project Directory:

    cd Quotes
    
  4. Create a New Branch:

    git checkout -b your_branch
    
  5. Make Your Changes:

    git add .
    
  6. Commit Your Changes:

    git commit -m "Relevant message"
    
  7. Push to Your Branch:

    git push origin your_branch
    
  8. Create a Pull Request:

    • Go to your forked repository on GitHub and create a pull request to the main repository and i'll merge it as soon as i can.