kvm/.github
Alex P b15cbc5890 Clean up redundant comments for maintainability
Removed obvious comments that don't add value:
- cgo_source.go: Removed redundant status check comments
- audio.go: Consolidated mutex pattern comments

Kept important comments that explain non-obvious patterns:
- Why mutex is released before C calls (deadlock prevention)
- Why operations happen outside mutex (avoid blocking on CGO)
- Why single critical section is used (race condition prevention)
2025-11-18 01:48:45 +02:00
..
ISSUE_TEMPLATE chore: add issue templates (#686) 2025-07-14 18:10:49 +02:00
PULL_REQUEST_TEMPLATE chore: add PR templates (feature, bug fix) (#889) 2025-10-16 15:51:56 +02:00
workflows build(deps): bump actions/setup-node from 5 to 6 (#921) 2025-11-02 14:25:20 +01:00
copilot-instructions.md Clean up redundant comments for maintainability 2025-11-18 01:48:45 +02:00
dependabot.yml chore: enable dependabot (#256) 2025-06-12 08:36:31 +02:00