Announcements
Frequently Asked Questions
SFRA Feature List
Learn More
Commerce Community Suite
SFRA Versions and Releases
Build SFRA
Configure SFRA
Customize SFRA
Troubleshoot SFRA
Contribute To SFRA
B2C Commerce Release Notes
Ask the Community
Fix or report a bug or contribute to the SFRA cartridges.
If you find a bug, let us know by entering the bug for the Storefront Reference Architecture repository.
Do you have some extra time and want to contribute? This section talks about the process of working on issues or adding functionality.
eslint to lint your code before committing. If you want to contribute regularly, consider adding a Git hook to automatically lint your code before you commit.sg-jenkins.B2C Commerce Engineering reviews your pull request to determine if it’s something we can pull into the code. If the change isn’t accepted, the request is declined with a comment. If the change is accepted and passes all tests, the change is merged into the SFRA main branch.
If further changes are needed before the pull request to be accepted, Engineering leaves a comment on the pull request.
Note
If you have a question about the status of a pull request, contact Engineering by adding a comment to the pull request.
If your pull request fails tests, troubleshoot the problem and change the pull request. To debug test failures, request Engineering to send you the log from the test failures. When you have committed your changes, rebase and remove the extra commit message.
1git commit -a -m "Update1"
2git rebase -i HEAD~2 git push origin *branchname* --force