From c940db2fcac2d60b78675eeb04367d3eaac88c11 Mon Sep 17 00:00:00 2001 From: have fun Date: Wed, 14 Feb 2024 20:31:56 +0100 Subject: [PATCH] add the changelog reminder to the contributor's guide --- Docs/ContributorsGuide.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Docs/ContributorsGuide.md b/Docs/ContributorsGuide.md index f755b2b4..6935f07c 100644 --- a/Docs/ContributorsGuide.md +++ b/Docs/ContributorsGuide.md @@ -13,3 +13,4 @@ PR preparation phase: * If there's no corresponding issue, then describe what the problem was and how your PR fixes it. For instance, context, state without the fix, state with the fix. * Make meaningful commit messages. The easier it is to understand your PR, the faster it will be merged. * If you feel fancy, reorganize your commits - separate and squash them into logical steps, so they are understood even better. +* Please provide a short description of your change in the [changelog](https://github.com/have-fun-was-taken/yafc-ce/blob/master/changelog.txt).