From e422716045125fa5b3bb9c564d19da546086a751 Mon Sep 17 00:00:00 2001 From: Calen Pennington Date: Mon, 29 Oct 2012 09:07:49 -0400 Subject: [PATCH 1/2] Add changelogs for the CMS and LMS --- cms/CHANGELOG.md | 16 ++++++++++++++++ lms/CHANGELOG.md | 16 ++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 cms/CHANGELOG.md create mode 100644 lms/CHANGELOG.md diff --git a/cms/CHANGELOG.md b/cms/CHANGELOG.md new file mode 100644 index 0000000000..6c43dfb681 --- /dev/null +++ b/cms/CHANGELOG.md @@ -0,0 +1,16 @@ +Instructions +============ +For each pull request, add one or more lines to the bottom of the change list. When +code is released to production, change the `Upcoming` entry to todays date, and add +a new block at the bottom of the file + + Upcoming + -------- + + +Changes +======= + +Upcoming +-------- +* Created changelog \ No newline at end of file diff --git a/lms/CHANGELOG.md b/lms/CHANGELOG.md new file mode 100644 index 0000000000..6c43dfb681 --- /dev/null +++ b/lms/CHANGELOG.md @@ -0,0 +1,16 @@ +Instructions +============ +For each pull request, add one or more lines to the bottom of the change list. When +code is released to production, change the `Upcoming` entry to todays date, and add +a new block at the bottom of the file + + Upcoming + -------- + + +Changes +======= + +Upcoming +-------- +* Created changelog \ No newline at end of file From d4a6b589f119644aa3a2dadc73f55e1ad9089b64 Mon Sep 17 00:00:00 2001 From: Calen Pennington Date: Tue, 30 Oct 2012 16:48:47 -0400 Subject: [PATCH 2/2] Add comment about the target of change log entries --- cms/CHANGELOG.md | 5 ++++- lms/CHANGELOG.md | 4 +++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/cms/CHANGELOG.md b/cms/CHANGELOG.md index 6c43dfb681..bdd325bd8d 100644 --- a/cms/CHANGELOG.md +++ b/cms/CHANGELOG.md @@ -2,11 +2,14 @@ Instructions ============ For each pull request, add one or more lines to the bottom of the change list. When code is released to production, change the `Upcoming` entry to todays date, and add -a new block at the bottom of the file +a new block at the bottom of the file. Upcoming -------- +Change log entries should be targeted at end users. A good place to start is the +user story that instigated the pull request. + Changes ======= diff --git a/lms/CHANGELOG.md b/lms/CHANGELOG.md index 6c43dfb681..0794d379b9 100644 --- a/lms/CHANGELOG.md +++ b/lms/CHANGELOG.md @@ -2,11 +2,13 @@ Instructions ============ For each pull request, add one or more lines to the bottom of the change list. When code is released to production, change the `Upcoming` entry to todays date, and add -a new block at the bottom of the file +a new block at the bottom of the file. Upcoming -------- +Change log entries should be targeted at end users. A good place to start is the +user story that instigated the pull request. Changes =======