diff --git a/README.md b/README.md index 652d2b2..149f37f 100644 --- a/README.md +++ b/README.md @@ -108,12 +108,16 @@ $('body').on('hidden.bs.toast', '.toast', function () { ### Contributing -I am open to contributions and you could contribute in many ways: +Feel free to contribute in any of the ways outlined: -* Request features -* Submit bug reports -* Submit pull requests -* Help by answering issues -* Tell us if you are using the plugin and the project +- Request features +- Submit bug reports +- Submit pull requests +- Help by answering issues +- Tell us if you are using the plugin in your project (it helps!) -The minifier that is used is: https://closure-compiler.appspot.com/home +Just a few guidelines (for now): + +- Follow the existing conventions (if unsure, make an issue) +- Ensure dist and js/css dirs are kept uptodate with each other +- Minify using https://closure-compiler.appspot.com/home (no custom options)