Files
libredesk/CONTRIBUTING.md
T
2026-04-10 16:33:27 +05:30

780 B
Raw Blame History

Contributing to libredesk

Thanks for your interest in contributing.

Contribution Guidelines

  • All PRs must align with the projects scope, goals, and technical direction.
  • Large or non-trivial PRs should be discussed first via an issue.
  • Bug fixes and documentation improvements do not require prior discussion.
  • Please keep PRs focused on a single concern where possible.

Process

  • Propose first (for large changes)
    Open an issue describing what you want to build, why it fits libredesk, and the high-level implementation approach.

  • Keep PRs small
    Smaller, well-scoped PRs are easier to review and test. Bundling multiple features into a single PR is discouraged.

Thanks for helping keep libredesk focused and maintainable.