-
Notifications
You must be signed in to change notification settings - Fork 184
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
chore(monorepo): Update README content #80
chore(monorepo): Update README content #80
Conversation
Deploy preview for kind-hypatia-c6b5c4 ready! Built with commit a4fe28c |
Deploy preview for kind-hypatia-c6b5c4 ready! Built with commit 6dbd99b |
@@ -73,8 +73,8 @@ npm run storybook | |||
Demos all features | All interactions spec'd out in the Design Guide has visual support and a demo as proof. | |||
Documented/annotated | All rule blocks, placeholders, mixins, and functions has associated comment blocks that convey purpose and list inline notations referencing declarations that need further explanation. | |||
Matches UI/UX specs | All features are pixel perfect when compared to the Design Guide. | |||
Meets the [code style guide](https://github.com/IBM/carbon-charts/wiki/Code-style-guide) | All code adheres to our custom style guide giving off the impression that it was written by one developer. | |||
Accessible | All code passes the [Dynamic Assessment Plugin (DAP)](https://w3-connections.ibm.com/wikis/home?lang=en-us#!/wiki/W88ee03f8907c_412b_a3a8_988dabb72b35/page/Dynamic%20Assessment%20Plugin) scan in Chrome. | |||
All new code follows similar structure and style to the existing codebase giving off the impression that it was written by one developer. |
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.
Although give off
could be an accurate representation of what following a similar structure and style accomplishes, it could also be easily misunderstood ;)
Deploy preview for kind-hypatia-c6b5c4 ready! Built with commit 32405b9 |
Updates