-
Notifications
You must be signed in to change notification settings - Fork 4k
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
Add CONTRIBUTING guidelines #317
Conversation
Current coverage is 88.32%@@ master #317 diff @@
==========================================
Files 62 62
Lines 821 822 +1
Methods 0 0
Messages 0 0
Branches 0 0
==========================================
+ Hits 725 726 +1
Misses 96 96
Partials 0 0
|
99be9a4
to
128a8a9
Compare
|
||
### _meta | ||
|
||
Every component has a static property called `_meta`. This object defines the component. The values here are used in `propTypes`, generated documentation, generated test cases, and some utilities. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh gross, the markdown is messed up in the diff from the _meta
. Looks fine in the real renderer, though.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yea, never much luck with big diffs of markdown.
Mostly grammar fixes, 👻 other than that though, looks good. |
Also, not sure if you want to include it, but since we abide by them.... https://github.com/angular/angular.js/blob/master/CONTRIBUTING.md#commit |
128a8a9
to
d6d9215
Compare
93f7a50
to
c3d83d9
Compare
Added commit message format guidelines. |
eca3137
to
574255e
Compare
574255e
to
fab8de5
Compare
* fix(webpack): remove cruft * fix(Label): fix doc block grammar * feat(package): add markdown toc with doctoc * docs(contributing): add contributing doc * refactor(readme): remove all dev info
Fixes #314. This PR adds contributing guidelines and updates the README to account for those. Best to view the rendered versions:
CONTRIBUTING.md
README.md updated