Skip to content

Commit

Permalink
Update pull_request_template.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tig authored Jul 28, 2022
1 parent 26d2353 commit 2a8bce4
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,12 @@
## Description
Fixes #_____ - Include a terse summary of the change or which issue is fixed.

Please include a terse summary of the change or which issue is fixed.

If an Issue was fixed, write "Fixes #issuenumber" as this will help Github automatically close that issue once the PR is merged.

## Temrminal.Gui Pull Request checklist:
## 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](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.
- [ ] Mhy code follows the [Terminal.Gui library design guidelines](https://github.com/gui-cs/Terminal.Gui/blob/develop/CONTRIBUTING.md)
- [ ] My code follows the [Terminal.Gui library design guidelines](https://github.com/gui-cs/Terminal.Gui/blob/develop/CONTRIBUTING.md)
- [ ] I ran `dotnet test` before commit
- [ ] I have performed a self-review of my own code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] 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
- [ ] My pull request generate no conflicts with `develop` branch
- [ ] I tested my code on at least Windows and Linux
- [ ] I conducted basic QA to assure all features are working

0 comments on commit 2a8bce4

Please sign in to comment.