Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.16 KB

File metadata and controls

37 lines (25 loc) · 1.16 KB

Contributing Guidelines

Thank you for your interest in contributing to this project!

How to Contribute

  • Bug Reports & Feature Requests:

    • Please use the issue tracker to report bugs or suggest features.
    • Search for existing issues before submitting a new one.
  • Pull Requests:

    • Fork the repository and create your branch from main.
    • Follow the Pull Request Template.
    • Ensure your code follows the project's style and passes all tests.
    • Write clear, concise commit messages.
    • Reference related issues in your PR description (e.g., Fixes #123).

Code Style

  • Use clear, descriptive variable and function names.
  • Comment complex or non-obvious code.
  • Keep functions and files focused and modular.
  • Follow any language-specific or project-specific style guides.

Community Standards

  • Be respectful and inclusive in all interactions.
  • Provide constructive feedback.
  • Report any unacceptable behavior to the maintainers.

Questions

If you have any questions, open an issue or contact the maintainers.


Thank you for helping make this project better!