diff --git a/.bowerrc b/.bowerrc new file mode 100644 index 0000000..baa91a3 --- /dev/null +++ b/.bowerrc @@ -0,0 +1,3 @@ +{ + "directory": "bower_components" +} \ No newline at end of file diff --git a/README.md b/README.md index 27730da..42b5f0b 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,16 @@ Pending: [Design Doc](https://docs.google.com/document/d/1o069KLuBH4jpwm1FCLZFwKMgM73Xi8_1JyjhSxVpidM/edit?usp=sharing) - Design document for Angular-data. +#### Contributing +1. Fork the repo +1. `$ git clone {{yourForkUrl}}` +1. `$ npm install && bower install && npm test` +1. Make your changes complete with any applicable tests +1. `$ npm test` (make sure they pass ;-D) +1. `$ git commit -am 'A useful commit message'` +1. `$ git push` +1. Create PR :-D Thanks! + ## Project Status | Branch | Master |