Skip to content

Commit 152b578

Browse files
committedApr 16, 2014
Merge remote-tracking branch 'FezVrasta/contributing'
2 parents ef96f5e + 9ca221c commit 152b578

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
 

‎CONTRIBUTING.md

+9
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,12 @@ When creating a new functionality which isn't noted on GitHub, please open an is
99

1010
Always check for syntax errors with `grunt jshint` or use some JSHint extension while editing the code.
1111
Recommended are both [JSHint](https://github.com/cfjedimaster/brackets-jshint) and [InteractiveLinter](https://github.com/MiguelCastillo/Brackets-InteractiveLinter).
12+
13+
## Developing
14+
15+
To develop Brackets Git we use Brackets with some useful extensions and it's highly recommended you use them too:
16+
17+
- [JSHint](https://github.com/cfjedimaster/brackets-jshint)
18+
- [Interactive Linter](https://github.com/MiguelCastillo/Brackets-InteractiveLinter)
19+
- [LESS AutoCompile](https://github.com/jdiehl/brackets-less-autocompile)
20+
- [Todo](https://github.com/mikaeljorhult/brackets-todo)

0 commit comments

Comments
 (0)
Please sign in to comment.