Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.67 KB

File metadata and controls

35 lines (23 loc) · 1.67 KB

Contribution Guidelines

Thank you for considering contributing to this repository! Your help is essential in keeping the content fresh, accurate, and beneficial for everyone. Follow these simple steps to contribute:

Steps to Contribute:

  1. Fork the Repository: Click on the 'Fork' button at the top-right corner of this repo page. This will create a copy of this repository in your GitHub account.

  2. Clone the Forked Repository: Open your GitHub account, navigate to the forked repo, click the 'code' button and clone the repository to your local machine.

    git clone <https://github.com/[Your-Username]/[Repo-Name].git>
    
    
  3. Make Your Changes: Navigate to the local folder where you cloned the repo and make your desired changes or additions.

  4. Commit and Push Changes:

    git add .
    git commit -m "Brief description of changes"
    git push origin main
    
    
  5. Create a Pull Request: Go back to your forked repo on GitHub, click 'New Pull Request', and ensure that you're comparing the main branch of your forked repo to the main branch of the original repo.

  6. Wait for Review: Your changes will be reviewed. If there are any additional suggestions or changes required, they'll be informed.

Contribution Guidelines:

  • Ensure any content you add is original or, if sourced from elsewhere, properly cited.
  • Keep the tone professional and respectful.
  • Check for any typos or grammatical errors before submitting.
  • Ensure you're not duplicating content. If similar content exists, consider enhancing it instead of adding a new one.

Let's work together to make this repo a valuable resource for everyone!