Skip to content

Commit 5912c52

Browse files
committed
Updated contributing rules...
1 parent 718391b commit 5912c52

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

CONTRIBUTING.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
## Opening issues
22

3-
Before opening a new issue, please be sure to check out list of already open issues [here](https://github.com/zaggino/brackets-git/issues?state=open) so we can prevent having duplicates. Extension is mainly developed in Windows version of Brackets but should work on Mac and Linux too. Fixing OS specific errors if they appear might take more time though.
4-
5-
Always try to get as much relevant information from Brackets console (F12) as possible.
3+
Before opening a new issue, please be sure to check out list of already open issues [here](https://github.com/zaggino/brackets-git/issues?state=open) so we can prevent having duplicates.
4+
Always try to get as much relevant information from Brackets console (F12) as possible. To get more detailed output from console, turn on the DEBUG mode in Git settings dialog. (This mode will slow your extension down so don't forget to turn it off when you don't need it anymore)
65

76
## Pull requests
87

9-
This extension is developed in Brackets and pull requests always need to avoid any JSLint/[JSHint](https://github.com/cfjedimaster/brackets-jshint) errors. Feel free to modify ```/*jslint``` settings in the particular file if needed. Please check for errors before opening any pull requests.
8+
When creating a new functionality which isn't noted on GitHub, please open an issue for it before working on the code as others may have hints and suggestions to consider before writing the code. Also when fixing an issue, add a comment to the issue on GitHub before working on it so it doesn't happen that two people are working on the same thing at the same time.
9+
10+
Always check for syntax errors with `grunt jshint` or use some JSHint extension while editing the code.
11+
Recommended are both [JSHint](https://github.com/cfjedimaster/brackets-jshint) and [InteractiveLinter](https://github.com/MiguelCastillo/Brackets-InteractiveLinter).

0 commit comments

Comments
 (0)