From a9cce88bf5e0241a9473f529d827a8a8d39dede6 Mon Sep 17 00:00:00 2001 From: Script47 Date: Wed, 10 Jul 2019 13:34:18 +0100 Subject: [PATCH] Create CONTRIBUTING.md --- CONTRIBUTING.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..02a0f82 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,13 @@ +I am open to contributions and you could contribute in many ways: + + - Request features + - Submit bug reports + - Submit pull requests + - Help by answering issues + - Tell us if you are using the plugin and the project + +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)