diff --git a/cms/CHANGELOG.md b/cms/CHANGELOG.md new file mode 100644 index 0000000000..bdd325bd8d --- /dev/null +++ b/cms/CHANGELOG.md @@ -0,0 +1,19 @@ +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 + -------- + +Change log entries should be targeted at end users. A good place to start is the +user story that instigated the pull request. + + +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..0794d379b9 --- /dev/null +++ b/lms/CHANGELOG.md @@ -0,0 +1,18 @@ +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 + -------- + +Change log entries should be targeted at end users. A good place to start is the +user story that instigated the pull request. + +Changes +======= + +Upcoming +-------- +* Created changelog \ No newline at end of file