From 79b73dd4eeea5e2aa39ad696e63f61fbae2267af Mon Sep 17 00:00:00 2001 From: dimaspirit Date: Mon, 25 Apr 2016 18:58:38 +0300 Subject: [PATCH 1/4] add github helpers files --- .github/CONTRIBUTING.md | 24 ++++++++++++++++++++++++ .github/ISSUE_TEMPLATE.md | 23 +++++++++++++++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 11 +++++++++++ 3 files changed, 58 insertions(+) create mode 100644 .github/CONTRIBUTING.md create mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md new file mode 100644 index 000000000..3b5c1792a --- /dev/null +++ b/.github/CONTRIBUTING.md @@ -0,0 +1,24 @@ +# How to contribute + +First off, thanks that you help us to make Quickblox better. + +Feedback and suggestions for improvement always welcome :) + +## Modify and build the library + +The quickblox.js library is build from a number of **CommonJS modules** contained in the `src` folder. For example the `src/modules/qbUsers.js` module contains the code that deals with the [Users API](http://quickblox.com/developers/Users). + +These modules are combined through [browserify](http://browserify.org/) into a single `quickblox.js` file in the root and so this is the only file that needs to be included in a `