From 24247bd5b3bbabde3e5535b7aca379303f932d25 Mon Sep 17 00:00:00 2001 From: max Date: Mon, 19 Oct 2020 13:48:45 +0200 Subject: [PATCH] NEXT-11728 - Add changelog information to CONTRIBUTING information --- CONTRIBUTING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 05f9df63339..b977297228a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -5,7 +5,8 @@ Shopware is available under MIT license. If you want to contribute code (feature If you want more details about available licensing or the contribution agreements we offer, you can contact us at . ## Contributing to the Shopware code base -If you want to learn how to contribute code to Shopware, please refer to [Contributing Code](https://docs.shopware.com/en/shopware-platform-dev-en/contribution/contributing-code?category=shopware-platform-dev-en/contribution). +If you want to learn how to contribute code to Shopware, please refer to [Contributing Code](https://docs.shopware.com/en/shopware-platform-dev-en/contribution/contributing-code?category=shopware-platform-dev-en/contribution). +Also make sure that you add a changelog file which describes your changes in a meaningful way. For more information refer to [this document](https://github.com/shopware/platform/blob/master/adr/2020-08-03-Implement-New-Changelog.md#workflow). ## Documentation