SCADA

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

  1. Ensure local checks pass.
  2. Confirm docs are updated for user-facing or API/protocol changes.
  3. Provide a clear summary and testing notes.