mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
857 B
857 B
Fixes #_____ - Include a terse summary of the change or which issue is fixed.
Pull Request checklist:
- I've named my PR in the form of "Fixes #issue. Terse description."
- My code follows the style guidelines of Terminal.Gui - if you use Visual Studio, hit
CTRL-K-Dto automatically reformat your files before committing. - My code follows the Terminal.Gui library design guidelines
- I ran
dotnet testbefore commit - I have made corresponding changes to the API documentation (using
///style comments) - My changes generate no new warnings
- I have checked my code and corrected any poor grammar or misspellings
- I conducted basic QA to assure all features are working