Want to join our growing community of contributors? 🙌 Follow these easy steps to get started!
-
🎯 Fork the Repository:
- Click the "Fork" button at the top right of this repo to create your own copy. 🍴
-
🖥️ Clone the Fork:
- Clone the repository to your local machine:
git clone https://github.com/your-username/repository-name.git cd repository-name
- Clone the repository to your local machine:
-
🌿 Create a New Branch:
- Use this command to create a new branch for your changes:
git checkout -b your-branch-name
- Use this command to create a new branch for your changes:
-
💡 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.
- Add new questions or answers to the
-
📤 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
- Add, commit, and push your changes to GitHub:
-
📥 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.