Skip to content

Commit

Permalink
Update resources/guidelines/code/contribution.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bojanrajh authored Sep 25, 2024
1 parent 08f9398 commit f0cdf4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/guidelines/code/contribution.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ To avoid your pull request getting rejected, you should always check that you pr
* A pull request to the Shopware core always has to be made to the [main shopware](https://github.com/shopware/shopware) repository.
* Fill out the [pull request info template](https://github.com/shopware/shopware/blob/trunk/.github/PULL_REQUEST_TEMPLATE.md) as detailed as possible.
* Create a changelog file with documentation of your changes. Refer to [Changelog](https://github.com/shopware/shopware/blob/master/adr/2020-08-03-implement-new-changelog.md) section for more detailed information about writing changelog.
* Check if your pull request addresses the correct Shopware branch: 6.5.x for upcomming 6.5 version and trunk for next upcomming 6.6 version.
* Check if your pull request addresses the correct Shopware branch: 6.5.x for upcoming 6.5 version and trunk for next upcoming 6.6 version.
* Check if your implementation is missing some important parts - For example, translations, backwards compatibility etc.
* Provide the necessary tests for your implementation.
* Check if there is already an existing pull request tackling the same issue.
Expand Down

0 comments on commit f0cdf4c

Please sign in to comment.