Add links to the main project README.md and DEVELOPMENT.md guides. (#37682)

This commit is contained in:
Barry Hughes 2023-04-18 07:36:07 -07:00 committed by GitHub
commit 4504c5a8a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 0 deletions

View File

@ -21,6 +21,8 @@ If you have questions about the process to contribute code or want to discuss de
## Getting started
Please take a moment to review the [project readme](https://github.com/woocommerce/woocommerce/blob/trunk/README.md) and our [development notes](https://github.com/woocommerce/woocommerce/blob/trunk/DEVELOPMENT.md), which cover the basics needed to start working on this project. You may also be interested in the following resources:
- [How to set up WooCommerce development environment](https://github.com/woocommerce/woocommerce/wiki/How-to-set-up-WooCommerce-development-environment)
- [Git Flow](https://github.com/woocommerce/woocommerce/wiki/WooCommerce-Git-Flow)
- [Minification of SCSS and JS](https://github.com/woocommerce/woocommerce/wiki/Minification-of-SCSS-and-JS)

View File

@ -0,0 +1,5 @@
Significance: patch
Type: tweak
Comment: This updates a document targeting developers, but there are no functional changes and a changelog entry is not required.