Skip to content

Commit 2a8bce4

Browse files
authored
Update pull_request_template.md
1 parent 26d2353 commit 2a8bce4

1 file changed

Lines changed: 4 additions & 11 deletions

File tree

‎pull_request_template.md‎

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,12 @@
1-
## Description
1+
Fixes #_____ - Include a terse summary of the change or which issue is fixed.
22

3-
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:
3+
## Pull Request checklist:
84

5+
- [ ] I've named my PR in the form of "Fixes #issue. Terse description."
96
- [ ] 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)
7+
- [ ] My code follows the [Terminal.Gui library design guidelines](https://github.com/gui-cs/Terminal.Gui/blob/develop/CONTRIBUTING.md)
118
- [ ] 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
149
- [ ] I have made corresponding changes to the API documentation (using `///` style comments)
1510
- [ ] My changes generate no new warnings
1611
- [ ] 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
1912
- [ ] I conducted basic QA to assure all features are working

0 commit comments

Comments
 (0)