Skip to content

Latest commit

Β 

History

History
88 lines (51 loc) Β· 2.52 KB

File metadata and controls

88 lines (51 loc) Β· 2.52 KB

Contributing to Storefront Next Template

Thank you for your interest in contributing! πŸŽ‰

⚠️ Important: This is a Mirror Repository

This repository is automatically synchronized from our monorepo and is read-only.

All contributions must be made to the monorepo, not here.


How to Contribute

Step 1: Visit the Monorepo

All development happens in the monorepo:

SalesforceCommerceCloud/storefront-next

Step 2: Read the Monorepo Contributing Guidelines

The monorepo has detailed contribution guidelines:

Monorepo CONTRIBUTING.md

Step 3: Submit Your PR to the Monorepo

  1. Fork the monorepo (not this mirror repo)
  2. Create a branch for your changes
  3. Make your changes in packages/template-retail-rsc-app/
  4. Submit PR to the monorepo
  5. Your changes will automatically sync to this mirror repo

Why Can't I Contribute Here?

This repository is a mirror of the template from the monorepo:

  • πŸ”’ Read-only: This repo is protected against direct changes
  • πŸ”„ Automatic sync: Changes are overwritten by automatic syncs
  • ❌ Changes lost: Any direct changes would be lost on next sync
  • βœ… Single source: Keeps monorepo as single source of truth

What If I Found a Bug?

Option 1: Open Issue in Monorepo (Preferred)

Open an issue in the monorepo with details:

Open Issue in Monorepo

Option 2: Submit a Fix via PR

Follow the steps above to submit a PR to the monorepo.


Repository Structure

This mirror repository contains only the storefront template.

The monorepo contains:

  • πŸ“¦ packages/template-retail-rsc-app/ (this template)
  • πŸ“¦ packages/storefront-next-dev/ (dev tooling)
  • πŸ“¦ Other packages and tools
  • πŸ“‹ Comprehensive documentation
  • πŸ§ͺ Full test suite

Questions?

  • General questions: Open a discussion in the monorepo
  • Bug reports: Open an issue in the monorepo
  • Feature requests: Open an issue in the monorepo

Thank You!

We appreciate your contributions! πŸ™

By contributing to the monorepo, you help all users of the Storefront Next platform.