Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.19 KB

File metadata and controls

33 lines (22 loc) · 1.19 KB

Contributing to Kunai Community Hub

Thank you for considering contributing to the Kunai Community Hub! Here are some simple steps to help you get started.

How to Contribute

  1. Fork the Repository:

    • Click the "Fork" button at the top right of this page.
  2. Add Your Contribution:

    • Add a new markdown file in the contributions folder with a descriptive name following the format YYYY-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.
  3. Commit Your Changes:

    • Commit your changes with a clear message: git commit -m "Add title-of-your-contribution".
  4. Push Your Changes:

    • Push your changes to your fork: git push origin main.
  5. Submit a Pull Request:

    • Go to the original repository and click "Compare & pull request."
    • Fill out the pull request template and submit.

Guidelines

  • Be respectful and constructive.
  • Include as many details as possible.
  • Feel free to include screenshots, code snippets, and diagrams.

Contact

If you have any questions, feel free to open an issue.