woocommerce/plugins/woocommerce-blocks/docs/contributors
Albert Juhé Lluveras 610e082f9c Update base/components classnames (https://github.com/woocommerce/woocommerce-blocks/pull/2711)
* Update base/components classnames

* Fix class name conflict

* Fix some class names mismatch

* Fix review loading placeholder styles

* Fix docs format

* Update old class name

* Fix price slider regression

* Fix load more button component missing legacy class

* Fix wrong loading mask styles classname

* Remove 'checkout' from 'wc-block-components-checkout-payment-methods__save-card-info' classname

* Make it explicit legacy classes will be removed in the next major version

* Make product variation data styles belong to product metadata

* Improve docs sentence
2020-06-17 11:53:42 +02:00
..
README.md Update documentation indexes and add checkout docs (https://github.com/woocommerce/woocommerce-blocks/pull/2720) 2020-06-16 16:50:09 +01:00
block-assets.md Update references to use main 2020-06-16 10:38:19 +01:00
coding-guidelines.md Update base/components classnames (https://github.com/woocommerce/woocommerce-blocks/pull/2711) 2020-06-17 11:53:42 +02:00
getting-started.md Update references to use main 2020-06-16 10:38:19 +01:00
javascript-testing.md Re-organise docs and add WP update instructions (https://github.com/woocommerce/woocommerce-blocks/pull/1691) 2020-01-31 12:48:11 +00:00
smoke-testing.md Re-organise docs and add WP update instructions (https://github.com/woocommerce/woocommerce-blocks/pull/1691) 2020-01-31 12:48:11 +00:00
storybook.md Update references to use main 2020-06-16 10:38:19 +01:00

README.md

Contributing

This folder contains documentation for developers and contributors looking to get started with WooCommerce Block Development.

Document Description
Getting Started This doc covers tooling and creating builds during development.
Coding Guidelines This doc covers development best practices.
Smoke Testing This doc explains how to smoke test key Blocks functionality.
JavaScript Testing This doc explains how to run automated JavaScript tests.
Component Testing & Development (with Storybook) This doc explains how to use Storybook to test and develop components in isolation.
Block Script Assets This doc explains how Block Script Assets are loaded and used.