@@ -26,6 +26,7 @@ issue](https://github.com/nicoespeon/gitgraph.js/issues).
26
26
27
27
Please have a look at the [ Issue Guidelines] [ ] from [ Nicolas Gallagher] [ ] before
28
28
doing so.
29
+
29
30
[ Issue Guidelines ] : https://github.com/necolas/issue-guidelines/blob/master/CONTRIBUTING.md
30
31
[ Nicolas Gallagher ] : https://github.com/necolas
31
32
@@ -37,6 +38,7 @@ The JavaScript source code is documented with [JSDoc](http://usejsdoc.org/).
37
38
38
39
Editor preferences are available in for [ the editor config] [ ] easy use in common
39
40
text editors. Read more and download plugins at < http://editorconfig.org > .
41
+
40
42
[ the editor config ] : https://github.com/nicoespeon/gitgraph.js/blob/master/.editorconfig
41
43
42
44
The project uses [ Grunt] ( http://gruntjs.com ) with convenient methods for our
@@ -49,6 +51,7 @@ Grunt commands.
49
51
From the command line:
50
52
51
53
- Install [ the necessary local dependencies] [ ] with ` npm install ` .
54
+
52
55
[ the necessary local dependencies ] : https://github.com/nicoespeon/gitgraph.js/blob/master/package.json
53
56
54
57
When completed, you'll be able to run the various Grunt commands provided from
@@ -61,6 +64,7 @@ the command line.
61
64
#### test code - ` npm test `
62
65
63
66
Check source code against [ JSHint] [ ] then runs unit tests with [ Jasmine] [ ] .
67
+
64
68
[ JSHint ] : http://www.jshint.com/
65
69
[ Jasmine ] : https://jasmine.github.io/
66
70
@@ -120,6 +124,7 @@ And constructed with the following guidelines:
120
124
## Copyright and License
121
125
122
126
Copyright (c) 2013 Nicolas CARLO and Fabien BERNARD under the [ MIT license] [ ]
127
+
123
128
[ MIT license ] : https://github.com/nicoespeon/gitgraph.js/blob/master/LICENSE.md
124
129
125
130
[ > What does that mean?] ( http://choosealicense.com/licenses/mit/ )
0 commit comments