Thank you for considering contributing to the Kunai Community Hub! Here are some simple steps to help you get started.
-
Fork the Repository:
- Click the "Fork" button at the top right of this page.
-
Add Your Contribution:
- Add a new markdown file in the
contributionsfolder with a descriptive name following the formatYYYY-MM-DD-title-of-your-contribution.md. - Use the contribution template to structure your guide.
- Write your guide, tips, or any information you want to share.
- Add a new markdown file in the
-
Commit Your Changes:
- Commit your changes with a clear message:
git commit -m "Add title-of-your-contribution".
- Commit your changes with a clear message:
-
Push Your Changes:
- Push your changes to your fork:
git push origin main.
- Push your changes to your fork:
-
Submit a Pull Request:
- Go to the original repository and click "Compare & pull request."
- Fill out the pull request template and submit.
- Be respectful and constructive.
- Include as many details as possible.
- Feel free to include screenshots, code snippets, and diagrams.
If you have any questions, feel free to open an issue.