Developer Roadmap
/Liquid Basic
TopicStep 18 filesOpen folder on GitHub

Liquid Basic

CONTRIBUTING.md
View on GitHub

Contributing to Skeleton Theme

How to contribute

We ❤️ pull requests. If you'd like to fix a bug, contribute a feature, or just correct a typo, feel free to do so, as long as you follow our Code of Conduct.

If you're thinking of adding a new feature or proposing a new pattern across the theme, please consider opening an issue first. This will allow us to discuss your idea, ensure it aligns with the project's direction, and potentially save you some time.

For your contribution to be accepted, you'll need to sign the Shopify Contributor License Agreement (CLA).

Standards

  • This codebase must be minimalist, not a fully featured theme.
  • This theme must provide a common foundational starting point for most developers.
  • Do not include or reference legacy or non-recommended features.
  • All changes must preserve the principles defined in the README.

Steps to contribute

  1. Fork the repository: https://github.com/Shopify/skeleton-theme/fork
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to your branch: git push origin my-new-feature
  5. Create a new Pull Request