From d76ee3a32fad31b293d36893540c685cdc609580 Mon Sep 17 00:00:00 2001 From: Jonathon Rossi Date: Fri, 30 Jun 2017 01:05:35 +1000 Subject: [PATCH] Add info about updating the changelog --- CONTRIBUTING.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d2819b3..4c9d749 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,4 +2,6 @@ * [Coding Standards](coding-standards.md) * [How to submit a fix](how-to-submit-a-fix.md) -* [Getting Pre-Release Castle Packages](prerelease-packages.md) \ No newline at end of file +* [Getting Pre-Release Castle Packages](prerelease-packages.md) + +Every pull request that changes the software (readme and documentation changes excluded) needs to add an entry to the changelog (`CHANGELOG.md` file in the root of each repository). Changes for each release are broken into 3 sections: "Breaking Changes", "Enhancements" and "Bugfixes" (in that order).