Contributing
This section defines the recommended workflow for proposing and delivering changes to LiRAYS-SCADA.
For bug reports, improvement proposals, and feature requests, use GitHub Issues:
Contribution Paths
Core Expectations
- Keep pull requests focused, reviewable and only with changes directly related to the issue scope.
- Add or update tests for behavior changes.
- Update related documentation when behavior changes.
- Call out compatibility, migration, and security impact in PR descriptions.
Before Opening A PR
- Ensure local checks pass.
- Confirm docs are updated for user-facing or API/protocol changes.
- Provide a clear summary and testing notes.