2020-06-16 15:50:09 +00:00
# Contributing
This folder contains documentation for developers and contributors looking to get started with WooCommerce Block Development.
2022-08-12 13:38:17 +00:00
| Document | Description |
|------------------------------------------------------------| ---------------------------------------------------------------------------------------- |
| [Getting Started ](contributing/getting-started.md ) | This doc covers tooling and creating builds during development. |
| [Coding Guidelines ](contributing/coding-guidelines.md ) | This doc covers development best practices. |
| [JavaScript Testing ](contributing/javascript-testing.md ) | This doc explains how to run automated JavaScript tests. |
| [Developing Components (& Storybook) ](components.md ) | This doc outlines where our reusable components live, and how to test them in Storybook. |
| [Block Script Assets ](contributing/block-assets.md ) | This doc explains how Block Script Assets are loaded and used. |
| [JS build system ](contributing/javascript-build-system.md ) | This doc explains how JavaScript files are built. |
| [CSS build system ](contributing/css-build-system.md ) | This doc explains how CSS is built. |
2022-02-02 14:27:46 +00:00
<!-- FEEDBACK -->
2022-06-09 12:43:17 +00:00
2022-02-02 14:27:46 +00:00
---
[We're hiring! ](https://woocommerce.com/careers/ ) Come work with us!
2022-08-01 08:56:28 +00:00
🐞 Found a mistake, or have a suggestion? [Leave feedback about this document here. ](https://github.com/woocommerce/woocommerce-blocks/issues/new?assignees=&labels=type%3A+documentation&template=--doc-feedback.md&title=Feedback%20on%20./docs/contributors/README.md )
2022-06-09 12:43:17 +00:00
2022-02-02 14:27:46 +00:00
<!-- /FEEDBACK -->