Skip to content

Commit

Permalink
TASK: Update pull_request_template.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin-K committed Dec 4, 2023
1 parent 4474ac3 commit ad05dc7
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -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**
Expand All @@ -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.

0 comments on commit ad05dc7

Please sign in to comment.