Files
Terminal.Gui/pull_request_template.md
2024-01-07 14:36:37 -07:00

1.1 KiB

Fixes:

(Include a list of issues that this PR fixes. If this PR is a work in progress, include a list of issues that this PR is related to. Use the format Fixes #issue to automatically close the issue when this PR is merged.)

  • Fixes #____

Todos:

  • - Include a list of tasks that need to be completed for this PR to be considered complete.

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-D to automatically reformat your files before committing.
  • My code follows the Terminal.Gui library design guidelines
  • I ran dotnet test before 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