Skip to content

Commit b0a43ba

Browse files
authored
Create template for PRs
Just adding a little structure to ensure PRs can get processed effectively. See https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository
1 parent 0f45695 commit b0a43ba

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

‎pull_request_template.md‎

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
## Description
2+
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:
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

Comments
 (0)