We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ececfef commit eb259d5Copy full SHA for eb259d5
.bowerrc
@@ -0,0 +1,3 @@
1
+{
2
+ "directory": "bower_components"
3
+}
README.md
@@ -33,6 +33,16 @@ Pending:
33
34
[Design Doc](https://docs.google.com/document/d/1o069KLuBH4jpwm1FCLZFwKMgM73Xi8_1JyjhSxVpidM/edit?usp=sharing) - Design document for Angular-data.
35
36
+#### Contributing
37
+1. Fork the repo
38
+1. `$ git clone {{yourForkUrl}}`
39
+1. `$ npm install && bower install && npm test`
40
+1. Make your changes complete with any applicable tests
41
+1. `$ npm test` (make sure they pass ;-D)
42
+1. `$ git commit -am 'A useful commit message'`
43
+1. `$ git push`
44
+1. Create PR :-D Thanks!
45
+
46
## Project Status
47
48
| Branch | Master |
0 commit comments