File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## Contributing
2+
3+ 1 . Fork and clone the repo.
4+ 1 . Run ` npm install ` to install all build dependencies(including Grunt).
5+ 1 . Create a new branch, please DON'T work in your master branch directly.
6+ 1 . Run ` grunt ` so that you can see the impact of your changes on the browser while developing.
7+ 1 . Fix stuff or add new feature.
8+ 1 . Update the documentation to reflect any changes.
9+ 1 . Push to your fork and submit a pull request.
Original file line number Diff line number Diff line change @@ -212,16 +212,6 @@ This will create a customized build of the plugin.
2122121 . Pass the emoji name as the value to ` customEmoji ` . See the example [ here] ( http://riteshkr.com/embed.js/doc.html#emoji )
2132131 . Run ` grunt build-emoji && grunt build `
214214
215- ## Contributing
216-
217- 1 . Fork and clone the repo.
218- 1 . Run ` npm install ` to install all build dependencies(including Grunt).
219- 1 . Create a new branch, please DON'T work in your master branch directly.
220- 1 . Run ` grunt ` so that you can see the impact of your changes on the browser while developing.
221- 1 . Fix stuff or add new feature.
222- 1 . Update the documentation to reflect any changes.
223- 1 . Push to your fork and submit a pull request.
224-
225215## License
226216
227217MIT © ; [ Ritesh Kumar] ( https://github.com/ritz078 )
You can’t perform that action at this time.
0 commit comments