diff --git a/.github/workflows/cherry-pick.yml b/.github/workflows/cherry-pick.yml index c9519aeb277..fd3fc4a381a 100644 --- a/.github/workflows/cherry-pick.yml +++ b/.github/workflows/cherry-pick.yml @@ -26,9 +26,9 @@ on: env: GIT_COMMITTER_NAME: 'WooCommerce Bot' - GIT_COMMITTER_EMAIL: 'no-reply@woocommerce.com' + GIT_COMMITTER_EMAIL: 'no-reply@woo.com' GIT_AUTHOR_NAME: 'WooCommerce Bot' - GIT_AUTHOR_EMAIL: 'no-reply@woocommerce.com' + GIT_AUTHOR_EMAIL: 'no-reply@woo.com' permissions: {} diff --git a/.github/workflows/post-release.yml b/.github/workflows/post-release.yml index 6f2b9bb284b..75717ffb62e 100644 --- a/.github/workflows/post-release.yml +++ b/.github/workflows/post-release.yml @@ -5,9 +5,9 @@ on: env: GIT_COMMITTER_NAME: 'WooCommerce Bot' - GIT_COMMITTER_EMAIL: 'no-reply@woocommerce.com' + GIT_COMMITTER_EMAIL: 'no-reply@woo.com' GIT_AUTHOR_NAME: 'WooCommerce Bot' - GIT_AUTHOR_EMAIL: 'no-reply@woocommerce.com' + GIT_AUTHOR_EMAIL: 'no-reply@woo.com' permissions: {} diff --git a/.github/workflows/release-code-freeze.yml b/.github/workflows/release-code-freeze.yml index 1fc799fabde..4c316ce042d 100644 --- a/.github/workflows/release-code-freeze.yml +++ b/.github/workflows/release-code-freeze.yml @@ -16,9 +16,9 @@ on: env: TIME_OVERRIDE: ${{ inputs.timeOverride || 'now' }} GIT_COMMITTER_NAME: 'WooCommerce Bot' - GIT_COMMITTER_EMAIL: 'no-reply@woocommerce.com' + GIT_COMMITTER_EMAIL: 'no-reply@woo.com' GIT_AUTHOR_NAME: 'WooCommerce Bot' - GIT_AUTHOR_EMAIL: 'no-reply@woocommerce.com' + GIT_AUTHOR_EMAIL: 'no-reply@woo.com' permissions: {} diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 9d5e431f0df..1007279ee3e 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -34,7 +34,7 @@ This Code of Conduct applies both within project spaces and in public spaces whe ## Enforcement -Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at support@woocommerce.com. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately. +Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at support@woo.com. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately. Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership. diff --git a/docs/quality-and-best-practices/grammar-punctuation-capitalization.md b/docs/quality-and-best-practices/grammar-punctuation-capitalization.md index 2489cf26396..61518f6f5dd 100644 --- a/docs/quality-and-best-practices/grammar-punctuation-capitalization.md +++ b/docs/quality-and-best-practices/grammar-punctuation-capitalization.md @@ -45,7 +45,7 @@ Cases when we capitalize: Cases when we use lower case: - “ecommerce” (not “eCommerce”) -- email address — info@woocommerce.com +- email address — info@woo.com - website URL — developer.woocommerce.com ### Contractions diff --git a/plugins/woocommerce/sample-data/sample_products.xml b/plugins/woocommerce/sample-data/sample_products.xml index b9b07b4a3db..3b8926fb271 100644 --- a/plugins/woocommerce/sample-data/sample_products.xml +++ b/plugins/woocommerce/sample-data/sample_products.xml @@ -31,7 +31,7 @@ 1 shopmanager - info@woocommerce.com + info@woo.com diff --git a/plugins/woocommerce/tests/legacy/unit-tests/order-items/class-wc-tests-order-item-product.php b/plugins/woocommerce/tests/legacy/unit-tests/order-items/class-wc-tests-order-item-product.php index 95cd2619140..38f6c366e85 100644 --- a/plugins/woocommerce/tests/legacy/unit-tests/order-items/class-wc-tests-order-item-product.php +++ b/plugins/woocommerce/tests/legacy/unit-tests/order-items/class-wc-tests-order-item-product.php @@ -145,14 +145,14 @@ class WC_Tests_Order_Item_Product extends WC_Unit_Test_Case { $product->save(); $order = new WC_Order(); - $order->set_billing_email( 'test@woocommerce.com' ); + $order->set_billing_email( 'test@woo.com' ); $order->save(); $product_item = new WC_Order_Item_Product(); $product_item->set_product( $product ); $product_item->set_order_id( $order->get_id() ); - $expected_regex = '/download_file=.*&order=wc_order_.*&email=test%40woocommerce.com&key=100/'; + $expected_regex = '/download_file=.*&order=wc_order_.*&email=test%40woo.com&key=100/'; $this->assertMatchesRegularExpression( $expected_regex, $product_item->get_item_download_url( 100 ) ); } diff --git a/tools/code-analyzer/src/lib/__tests__/fixtures/diff.txt b/tools/code-analyzer/src/lib/__tests__/fixtures/diff.txt index d7e183271ed..3d75205cdf0 100644 --- a/tools/code-analyzer/src/lib/__tests__/fixtures/diff.txt +++ b/tools/code-analyzer/src/lib/__tests__/fixtures/diff.txt @@ -414,9 +414,9 @@ index 71dd29b060..33e289bf86 100644 +env: + TIME_OVERRIDE: ${{ inputs.timeOverride }} + GIT_COMMITTER_NAME: 'WooCommerce Bot' -+ GIT_COMMITTER_EMAIL: 'no-reply@woocommerce.com' ++ GIT_COMMITTER_EMAIL: 'no-reply@woo.com' + GIT_AUTHOR_NAME: 'WooCommerce Bot' -+ GIT_AUTHOR_EMAIL: 'no-reply@woocommerce.com' ++ GIT_AUTHOR_EMAIL: 'no-reply@woo.com' jobs: maybe-create-next-milestone-and-release-branch: