Files
libredesk/CONTRIBUTING.md
T
Abhinav Raut 1d4394e6f7 Update contribution guidelines for clarity
Clarified contribution guidelines regarding large changes.
2025-12-20 18:44:58 +05:30

23 lines
780 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 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.