Skip to content

Commit 30a0ec2

Browse files
author
Eonasdan
committed
Update CONTRIBUTING.md
1 parent 24d26ac commit 30a0ec2

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
11
Contributions 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

0 commit comments

Comments
 (0)