You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please include a terse summary of the change or which issue is fixed.
4
+
5
+
If an Issue was fixed, write "Fixes #issuenumber" as this will help Github automatically close that issue once the PR is merged.
6
+
7
+
## Temrminal.Gui Pull Request checklist:
8
+
9
+
-[ ] My code follows the [style guidelines of Terminal.Gui](https://github.com/gui-cs/Terminal.Gui/blob/develop/.editorconfig) - if you use Visual Studio, hit `CTRL-K-D` to automatically reformat your files before committing.
10
+
-[ ] Mhy code follows the [Terminal.Gui library design guidelines](https://github.com/gui-cs/Terminal.Gui/blob/develop/CONTRIBUTING.md)
11
+
-[ ] I ran `dotnet test` before commit
12
+
-[ ] I have performed a self-review of my own code
13
+
-[ ] I have commented my code, particularly in hard-to-understand areas
14
+
-[ ] I have made corresponding changes to the API documentation (using `///` style comments)
15
+
-[ ] My changes generate no new warnings
16
+
-[ ] I have checked my code and corrected any poor grammar or misspellings
17
+
-[ ] My pull request generate no conflicts with `develop` branch
18
+
-[ ] I tested my code on at least Windows and Linux
19
+
-[ ] I conducted basic QA to assure all features are working
0 commit comments