From e114548a48d2bb35427d74c645bee5a1d8bb1355 Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Mon, 21 Dec 2015 11:52:08 +1300 Subject: [PATCH] Note about changelog additions in contrib guide --- docs/en/05_Contributing/01_Code.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/en/05_Contributing/01_Code.md b/docs/en/05_Contributing/01_Code.md index a46670290..807866ce0 100644 --- a/docs/en/05_Contributing/01_Code.md +++ b/docs/en/05_Contributing/01_Code.md @@ -150,6 +150,7 @@ After you have edited the file, GitHub will offer to create a pull request for y * Document your code inline through [PHPDoc](http://en.wikipedia.org/wiki/PHPDoc) syntax. See our [API documentation](http://api.silverstripe.org/3.1/) for good examples. * Check and update documentation on [docs.silverstripe.org](http://docs.silverstripe.org). Check for any references to functionality deprecated or extended through your patch. Documentation changes should be included in the patch. +* When introducing something "noteworthy" (new feature, API change), [update the release changelog](/changelogs) for the next release this commit will be included in. * If you get stuck, please post to the [forum](http://silverstripe.org/forum) or for deeper core problems, to the [core mailinglist](https://groups.google.com/forum/#!forum/silverstripe-dev) * When working with the CMS, please read the ["CMS Architecture Guide"](/developer_guides/customising_the_admin_interface/cms_architecture/) first