From 9f639414f0867d37cb277755f7e4ee9c891a2d4e Mon Sep 17 00:00:00 2001 From: Nicolas Coden Date: Mon, 20 Aug 2018 23:50:20 +0200 Subject: [PATCH] chore: simplify the GitHub pull request template --- .github/PULL_REQUEST_TEMPLATE.md | 68 ++++++++++++++++---------------- 1 file changed, 35 insertions(+), 33 deletions(-) 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. - - - - + + -- 2.47.2