Dawn theme workflow pull from Github

Topic summary

Uso del tema Shopify Dawn (clonato da GitHub v2.4.0) e necessità di rimanere aggiornati con le nuove versioni tramite pull periodici dall’upstream.

Problema principale: ogni aggiornamento genera conflitti tra le modifiche locali e le novità del repository ufficiale, richiedendo risoluzione manuale.

Punto critico: gestione dei conflitti nei file di configurazione del tema, in particolare:

  • settings_data.json
  • settings_schema.json

Domanda aperta: quali workflow o pratiche adottare per gestire/evitare questi conflitti e mantenere il tema aggiornato in modo più efficiente.

Summarized with AI on February 26. AI used: gpt-5.2.

Hello, I am using Dawn for my ecommerce.

I would like to share some considerations with you: I cloned version 2.4.0 from Github and started modifying it according to my needs.

I want to be constantly updated with the latest community-developed versions of Dawn, so periodically I pull from the upstream repository.

When I pull logically my changes conflict with the upstream and so I have to manually resolve the conflicts.

The biggest problem is handling conflicts in the settings_data.json and settings_schema.json files.

How do you manage these situations?

1 Like