From: Nicolas Coden Date: Mon, 20 Aug 2018 21:50:20 +0000 (+0200) Subject: chore: simplify the GitHub pull request template X-Git-Tag: v6.6.0~3^2~106^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f639414f;p=thirdparty%2Ffoundation%2Ffoundation-sites.git chore: simplify the GitHub pull request template --- diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 11fe5c017..fcf295d80 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,48 +1,50 @@ - - - - + ## Description - - + +... + +- Closes - - - -- Closes - -## Motivation and Context - - -## Screenshots (if appropriate): ## Types of changes - - + - [ ] Documentation - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) -- [ ] Breaking change (fix or feature that would cause existing - functionality to change) - -## Checklist (all required): - - -- [ ] I have read and follow the [CONTRIBUTING](CONTRIBUTING.md) document. -- [ ] There are no other pull request similar to this one. -- [ ] The pull request title is descriptive. -- [ ] The template is fully and correctly filled. +- [ ] Breaking change (anything that would change an existing functionality) +- [ ] Maintenance (refactor, code cleaning, development tools...) + + +## Checklist + +- [ ] I have read and follow the CONTRIBUTING.md document. +- [ ] The pull request title and template are correctly filled. - [ ] The pull request targets the right branch (`develop` or `develop-v...`). - [ ] My commits are correctly titled and contain all relevant information. -- [ ] My code follows the code style of this project. - [ ] I have updated the documentation accordingly to my changes (if relevant). - [ ] I have added tests to cover my changes (if relevant). -- [ ] All new and existing tests passed. - - - - + +