summaryrefslogtreecommitdiff
path: root/www/crm/wp-content/plugins/civicrm/civicrm/bower_components/angular-xeditable/CONTRIBUTING.md
diff options
context:
space:
mode:
Diffstat (limited to 'www/crm/wp-content/plugins/civicrm/civicrm/bower_components/angular-xeditable/CONTRIBUTING.md')
-rw-r--r--www/crm/wp-content/plugins/civicrm/civicrm/bower_components/angular-xeditable/CONTRIBUTING.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/www/crm/wp-content/plugins/civicrm/civicrm/bower_components/angular-xeditable/CONTRIBUTING.md b/www/crm/wp-content/plugins/civicrm/civicrm/bower_components/angular-xeditable/CONTRIBUTING.md
new file mode 100644
index 00000000..5fea7507
--- /dev/null
+++ b/www/crm/wp-content/plugins/civicrm/civicrm/bower_components/angular-xeditable/CONTRIBUTING.md
@@ -0,0 +1,19 @@
+## jsFiddle / Plunker
+Please use these live templates when creating issues:
+http://jsfiddle.net/ckosloski/NfPcH/20243/
+http://plnkr.co/edit/OqOveMtnSs1G68SC36wt?p=preview
+
+## Contribute
+* Don't include files from the `dist`, `starter` and `zip` folders in your pull request.
+* Add new tests in `docs/demos` if possible.
+* Make sure all existing tests run.
+* Squash your commits before creating the pull request.
+
+## How to run the tests
+* `npm install` in the project
+* `npm run build` - to build the project files
+* `npm start` - to start the server
+* Run the "doc" tests `http://localhost:8000/test/e2e/docs-test.html`
+* Run the "dev" tests `http://localhost:8000/test/e2e/dev-test.html`
+* Verify the documentation still works correctly by navigating to `http://localhost:8000`
+* To view the "dev" documentation, navigate to `http://localhost:8000/dev.html`