Add note about updating changelog to contrib docs

This commit is contained in:
Ashwin Phatak 2017-09-11 12:04:47 +05:30
parent 38bceddfb1
commit 86c7ed22d8
1 changed files with 2 additions and 1 deletions

View File

@ -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
* 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)