mirror of
https://github.com/abhinavxd/libredesk.git
synced 2026-09-11 13:28:57 +00:00
1d4394e6f7
Clarified contribution guidelines regarding large changes.
780 B
780 B
Contributing to Libredesk
Thanks for your interest in contributing.
Contribution Guidelines
- All PRs must align with the project’s 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.