From ad05dc7e91920b6c305030b2fc1e9cfd9b3b7636 Mon Sep 17 00:00:00 2001 From: Benjamin Klix Date: Mon, 4 Dec 2023 22:42:50 +0100 Subject: [PATCH] TASK: Update pull_request_template.md --- .github/pull_request_template.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 0f60ee1..c71ad8a 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -3,18 +3,17 @@ Thanks for your contribution, we appreciate it! Please give some information about what you did and what versions of Neos the Pull Request is for. -If possible, try to keep backwards compatibility. So if you add support for a new version of Neos in the composer.json, +If possible, try to keep backwards compatibility. So if you add support for a new version of Neos in the composer.json, still keep the old version in it, if the package still works with the old version of Neos. -For example - "neos/neos": "^4.0 || ^5.0" +For example + "neos/neos": "^4.0 || ^5.0" instead of just "neos/neos": "^5.0" -And one more thing... Don't forget about the tests! +Thanks for your contribution! --> - **What I did** **How I did it** @@ -24,5 +23,4 @@ And one more thing... Don't forget about the tests! **Checklist** - [ ] Code follows the PSR-2 coding style -- [ ] Tests have been created, run and adjusted as needed - [ ] The PR keeps backwards compatibility for older versions of Neos if possible.