Skip to content

Latest commit

Β 

History

History
36 lines (27 loc) Β· 1.54 KB

File metadata and controls

36 lines (27 loc) Β· 1.54 KB

Contributing to Halqa 🀝

First off, thank you for considering contributing to Halqa! It’s people like you who make open-source projects such a great tool for everyone.

By participating in this project, you agree to abide by its terms and licensing.

How Can I Contribute?

Reporting Bugs πŸ›

  • Check the Issues tab to see if the bug has already been reported.
  • If not, open a new issue. Clearly describe the problem, including steps to reproduce it and your environment (OS, version, etc.).

Suggesting Enhancements ✨

  • If you have an idea for a new feature, feel free to open an issue to discuss it.
  • Explain why this feature would be useful and how it should work.

Pull Requests (PRs) πŸš€

  1. Fork the repository.
  2. Clone it to your local machine.
  3. Create a new branch for your work (e.g., git checkout -b feature/AmazingFeature).
  4. Commit your changes with clear messages.
  5. Push to the branch.
  6. Open a Pull Request against the main branch.

Coding Guidelines πŸ’»

  • Keep the code clean and well-documented.
  • Ensure your code follows the existing style of the project.
  • Add comments where necessary to help others understand your logic.

Licensing βš–οΈ

By contributing to Halqa, you agree that your contributions will be licensed under the project's:

  • Source Code: GNU General Public License v3.0 (GPL-3.0)
  • Assets/Documentation: Creative Commons Attribution-NonCommercial 4.0 International (CC BY-NC 4.0)

Thanks for making Halqa better!