Skip to content

Commit 195ab84

Browse files
committed
docs: added contributing.md
1 parent 4deb62e commit 195ab84

2 files changed

Lines changed: 9 additions & 10 deletions

File tree

.github/CONTRIBUTING.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
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.

README.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -212,16 +212,6 @@ This will create a customized build of the plugin.
212212
1. Pass the emoji name as the value to `customEmoji`. See the example [here](http://riteshkr.com/embed.js/doc.html#emoji)
213213
1. 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

227217
MIT © [Ritesh Kumar](https://github.com/ritz078)

0 commit comments

Comments
 (0)