Initial commit: PulseDock System Monitor

This commit is contained in:
Developer
2026-07-23 12:37:00 +02:00
commit 2cfe8fb858
57 changed files with 3495 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
# Contributing to PulseDock
Thank you for your interest in contributing to PulseDock!
## Guidelines
1. Ensure all code targets **.NET 10** (`net10.0-windows`) with Nullable Reference Types enabled (`<Nullable>enable</Nullable>`).
2. Follow MVVM pattern and keep view code-behind minimal.
3. Add unit tests in `PulseDock.Tests` for any new utility formatting or calculation logic.
4. Run `dotnet test` and ensure zero build warnings before submitting code.