Skip to content

Commit eb259d5

Browse files
author
Kent C. Dodds
committed
Adding .bowerrc and updating README with documentation on how to contribute.
1 parent ececfef commit eb259d5

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

.bowerrc

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"directory": "bower_components"
3+
}

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,16 @@ Pending:
3333

3434
[Design Doc](https://docs.google.com/document/d/1o069KLuBH4jpwm1FCLZFwKMgM73Xi8_1JyjhSxVpidM/edit?usp=sharing) - Design document for Angular-data.
3535

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+
3646
## Project Status
3747

3848
| Branch | Master |

0 commit comments

Comments
 (0)