Skip to content

Adding .bowerrc and updating README with documentation on how to contribute #64

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 20, 2014
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .bowerrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"directory": "bower_components"
}
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down