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-06-09 12:43:17 +00:00
| 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. |
| [JavaScript Testing ](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 ](block-assets.md ) | This doc explains how Block Script Assets are loaded and used. |
| [JS build system ](js-build-system.md ) | This doc explains how JavaScript files are built. |
| [CSS build system ](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!
🐞 Found a mistake, or have a suggestion? [Leave feedback about this document here. ](https://github.com/woocommerce/woocommerce-gutenberg-products-block/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 -->