File: CONTRIBUTING.md

package info (click to toggle)
libjs-backbone-deep-model 0.10.4-3.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 652 kB
  • sloc: javascript: 11,971; makefile: 17
file content (10 lines) | stat: -rw-r--r-- 592 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
When updating code, make sure to change the file in src/deep-model.js; NOT the files in `distribution`.

In pull requests, don't update the distribution files; this will be done before merging into master and creating a release.

#Running tests
Please make sure all tests pass before submitting pull requests.

To run tests, open the test/index.html file in a browser. You can now make changes to src/deep-model.js and reload the page to run tests.

Before submitting, you should build the distribution files (see below) and run test/distribution.html to double check everything is still OK.