diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index a1cd6665b..ab61c03f8 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -3,14 +3,15 @@ name: Feature request about: Create a feature request to help us achieve the best solutions title: "[FEATURE] " labels: feature -assignees: '' - +assignees: "" --- ### Description - + ### Acceptance criteria + -- [ ] \ No newline at end of file + +- [ ] diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 9d2413a17..da1bc2180 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,17 +1,12 @@ ## Changes + - - - - - - - ### Checklist +- [ ] the [list of features](docs/guide/FEATURELIST.md) is updated (if it's a feature and it's relevant) - [ ] I followed [contributing](https://github.com/DivanteLtd/shopware-pwa/blob/master/CONTRIBUTING.md) guidelines