We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3438ee4 commit ac58175Copy full SHA for ac58175
.gitignore
@@ -1,3 +1,4 @@
1
+examples/_*
2
examples/build
3
node_modules
4
CONTRIBUTING.md
@@ -0,0 +1,21 @@
+### Commit subjects
+
+If your patch changes the API or fixes a bug please use one of the
+following prefixes in your commit subject:
5
6
+- `[fixed] ...`
7
+- `[changed] ...`
8
+- `[added] ...`
9
+- `[removed] ...`
10
11
+When releasing, a changelog is created automatically, from these
12
+commits.
13
14
+### Development
15
16
+- `script/test` will fire up a karma runner and watch for changes in the
17
+ specs directory.
18
+- `npm test` will do the same but doesn't watch, just runs the tests.
19
+- `script/build-examples` does exactly that.
20
+- `script/build-examples --watch` is a little more useful.
21
0 commit comments