From d88b2de8d3c68701a2e5a5a05d8e3945c292a03a Mon Sep 17 00:00:00 2001 From: Nikita Pekin Date: Thu, 23 Feb 2017 13:39:54 -0500 Subject: [PATCH] chore: add copyright & contribution info Add information on updating copyright dates and the `CONTRIBUTORS.md` to the `CONTRIBUTING.md`. Closes #63. --- CONTRIBUTING.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4a4c85a..c4e5723 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -39,5 +39,12 @@ Please use the following guidelines when contributing to `lazycell`: we'll merge when ready. This a good way to discuss proposed changes.) +# Notes + +* Ensure that you update the copyright dates, if necessary (e.g. `2014, 2016` -> + `2014, 2016-2017`) +* Make sure you add yourself to the [`CONTRIBUTORS.md`][contributors]! + [clog-cli]: https://github.com/clog-tool/clog-cli "clog-tool/clog-cli" +[contributors]: CONTRIBUTORS.md "CONTRIBUTORS.md" [conventional-changelog-format]: https://github.com/angular/angular.js/blob/master/CONTRIBUTING.md#commit "Angular Git Commit Guidelines"