13 lines
1.4 KiB
Markdown
13 lines
1.4 KiB
Markdown
# Contributing
|
|
|
|
This folder contains documentation for developers and contributors looking to get started with WooCommerce Block Development.
|
|
|
|
| Document | Description |
|
|
| ---------------------------------------------------------------- | ----------------------------------------------------------------------------------- |
|
|
| [Getting Started](getting-started.md) | This doc covers tooling and creating builds during development. |
|
|
| [Coding Guidelines](coding-guidelines.md) | This doc covers development best practices. |
|
|
| [Smoke Testing](smoke-testing.md) | This doc explains how to smoke test key Blocks functionality. |
|
|
| [JavaScript Testing](javascript-testing.md) | This doc explains how to run automated JavaScript tests. |
|
|
| [Component Testing & Development (with Storybook)](storybook.md) | This doc explains how to use Storybook to test and develop components in isolation. |
|
|
| [Block Script Assets](block-assets.md) | This doc explains how Block Script Assets are loaded and used. |
|