File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed
Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change 11Contributions guidelines:
22
33- Use 2 spaces indentation
4- - If it is a bug, try to add an automated test that reproduces it in the
5- test/issues.coffee, following the conventions already adopted.
6- - If it is a new feature, try to add automated tests for it.
7- - Never submit patches that break existing tests(make test should take care of
8- downloading dependencies and running the tests)
9- - Do not commit the files in the 'build' dir, 'git update-index --assume-unchanged build/{js,css}/* ' will help
10-
11- Before starting to develop, enter 'make deps' to download all dependencies
12- needed for developing/testing. 'make test' will run all tests.
4+ - If it is a bug, please read open issues to avoid duplicates
5+ - If it is a new feature, please provide a use case. E.g. Why this feature should be added and what you are using it for
6+ - If possible, please provide example code and/or a jdfiddle and a DETAILED example of what is not working
You can’t perform that action at this time.
0 commit comments