pull_request_template.md
June 6, 2026 ยท View on GitHub
Summary
Changes
Type
- Bug fix
- New feature
- Enhancement
- Documentation
- Refactoring
Testing
- Tested with DemoApp
- Tested with relevant example(s)
- Solution builds without errors
- All tests pass (
dotnet test SharpConsoleUI.Tests/SharpConsoleUI.Tests.csproj -c Release)
Code quality
- No breaking changes to public API (no removed/renamed members or changed signatures/defaults)
- No console output added to library code
- No magic numbers (literals extracted to
ControlDefaults/LayoutDefaults) - UI mutations from background threads are marshalled via
EnqueueOnUIThread/InvokeAsync - New source files carry the file-header banner