From ca105917428ec74c87a0f468720a8c89a330e4c9 Mon Sep 17 00:00:00 2001 From: Stephanie Chou <6627351+Stephanie-Chou@users.noreply.github.com> Date: Mon, 10 Jul 2023 12:19:52 -0700 Subject: [PATCH] Update README.md (#2654) responds to feedback on readme clarity in https://github.com/Shopify/dawn/issues/2628 some devs had confusion on which version of dawn to use for client updates. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 477a8067985..dca149e5b6b 100644 --- a/README.md +++ b/README.md @@ -22,11 +22,12 @@ Dawn represents a HTML-first, JavaScript-only-as-needed approach to theme develo You can find a more detailed version of our theme code principles in the [contribution guide](https://github.com/Shopify/dawn/blob/main/.github/CONTRIBUTING.md#theme-code-principles). ## Getting started - We recommend using Dawn as a starting point for theme development. [Learn more on Shopify.dev](https://shopify.dev/themes/getting-started/create). > If you're building a theme for the Shopify Theme Store, then you can use Dawn as a starting point. However, the theme that you submit needs to be [substantively different from Dawn](https://shopify.dev/themes/store/requirements#uniqueness) so that it provides added value for merchants. Learn about the [ways that you can use Dawn](https://shopify.dev/themes/tools/dawn#ways-to-use-dawn). +Please note that the main branch may include code for features not yet released. The "stable" version of Dawn is available in the theme store. + ## Staying up to date with Dawn changes Say you're building a new theme off Dawn but you still want to be able to pull in the latest changes, you can add a remote `upstream` pointing to this Dawn repository.