From 86c7ed22d84d2d45b92629947bcfcfcd3f7a3f5b Mon Sep 17 00:00:00 2001 From: Ashwin Phatak Date: Mon, 11 Sep 2017 12:04:47 +0530 Subject: [PATCH] Add note about updating changelog to contrib docs --- CONTRIBUTING.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0b18df5e..0aa3c8cd 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -87,4 +87,5 @@ To finish adding your new function, you will have to add your function a few pla * In `lib/index.d.ts` you add the TypeScript declaration * Documentation is added in `docs/realm.js` -* Add your function to `lib/browser/index.js` in order to enable it in the Chrome Debugger \ No newline at end of file +* Add your function to `lib/browser/index.js` in order to enable it in the Chrome Debugger +* Add an entry to `CHANGELOG.md` if applicable (Breaking changes/Enhancements/Bug fixes)