2022-06-09 15:52:19 +00:00
# Contributing
This folder contains documentation for developers and contributors looking to get started with WooCommerce Block Development.
2023-05-05 11:03:36 +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. |
| [Block Script Assets ](block-assets.md ) | This doc explains how Block Script Assets are loaded and used. |
| [CSS Build System ](css-build-system.md ) | This doc explains how CSS files are built. |
| [JavaScript Build System ](javascript-build-system.md ) | This doc explains how JavaScript files are built. |
| [JavaScript Testing ](javascript-testing.md ) | This doc explains how to run automated JavaScript tests. |
| [E2E Testing Guidelines ](e2e-guidelines.md ) | This doc covers development best practices about E2E tests. |
| [Storybook & Components ](storybook-and-components.md ) | This doc outlines where our reusable components live, and how to test them in Storybook. |
2022-06-09 15:52:19 +00:00
<!-- FEEDBACK -->
---
[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/contributing/README.md )
2022-06-09 15:52:19 +00:00
<!-- /FEEDBACK -->
2022-08-01 08:56:28 +00:00