458 B
458 B
Contributing to PulseDock
Thank you for your interest in contributing to PulseDock!
Guidelines
- Ensure all code targets .NET 10 (
net10.0-windows) with Nullable Reference Types enabled (<Nullable>enable</Nullable>). - Follow MVVM pattern and keep view code-behind minimal.
- Add unit tests in
PulseDock.Testsfor any new utility formatting or calculation logic. - Run
dotnet testand ensure zero build warnings before submitting code.