From eb259d5ef17b86abc92d491fbafb60c384e0b781 Mon Sep 17 00:00:00 2001 From: "Kent C. Dodds" Date: Mon, 19 May 2014 20:45:21 -0600 Subject: [PATCH] Adding .bowerrc and updating README with documentation on how to contribute. --- .bowerrc | 3 +++ README.md | 10 ++++++++++ 2 files changed, 13 insertions(+) create mode 100644 .bowerrc 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 |