From 8f5cd61d247c8532a4158e71c05ee28b0aedc063 Mon Sep 17 00:00:00 2001 From: krHERO Date: Wed, 9 Oct 2024 15:35:24 +0200 Subject: [PATCH] Update pull_request_template.md as agreed at the edirom community meeting 9.10.2024, we do not want to have tasks but (optional) bullet points. --- .github/pull_request_template.md | 28 +++++++++++++++------------- 1 file changed, 15 insertions(+), 13 deletions(-) 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. +