Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 1.23 KB

CONTRIBUTING.md

File metadata and controls

36 lines (28 loc) · 1.23 KB

💡 How to Contribute

Want to join our growing community of contributors? 🙌 Follow these easy steps to get started!

🚀 Steps to Contribute:

  1. 🎯 Fork the Repository:

    • Click the "Fork" button at the top right of this repo to create your own copy. 🍴
  2. 🖥️ Clone the Fork:

    • Clone the repository to your local machine:
      git clone https://github.com/your-username/repository-name.git
      cd repository-name
  3. 🌿 Create a New Branch:

    • Use this command to create a new branch for your changes:
      git checkout -b your-branch-name
  4. 💡 Add Your Contributions:

    • Add new questions or answers to the FAQ.md file, or update existing ones. Be sure to keep the language clear and concise.
    • Follow the existing formatting style for consistency.
  5. 📤 Commit and Push Changes:

    • Add, commit, and push your changes to GitHub:
      git add .
      git commit -m "Added/Updated FAQ on [topic]"
      git push origin your-branch-name
  6. 📥 Submit a Pull Request:

    • Once you’ve pushed your changes, open a Pull Request (PR) to the main repository. Include a detailed explanation of what you've changed or added.