From e3454021221ce8813b344d042e4fd5fc07680ee4 Mon Sep 17 00:00:00 2001 From: Script47 Date: Wed, 10 Jul 2019 13:36:04 +0100 Subject: [PATCH] Update README.md --- README.md | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) 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)