diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index d78f1945a..afaed8097 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -9,18 +9,20 @@ Refs # ## Types of changes - -- [ ] 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) -- [ ] Documentation Update + +- 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) +- Documentation Update +- Improvement +- Refactoring -## Checklist - +## Overview + -- [ ] My change requires a change to the documentation. -- [ ] I have updated the documentation accordingly. -- [ ] I have performed a self-review of my code -- [ ] I have read the [CONTRIBUTING](https://github.com/Edirom/Edirom-Online/blob/develop/CONTRIBUTING.md) document. -- [ ] I have added tests to cover my changes. -- [ ] All new and existing tests passed. +- My change requires a change to the documentation. +- I have updated the documentation accordingly. +- I have performed a self-review of my code +- I have read the [CONTRIBUTING](https://github.com/Edirom/Edirom-Online/blob/develop/CONTRIBUTING.md) document. +- I have added tests to cover my changes. +