Good pull requests, such as patches, improvements, and new features, are a fantastic help. They should remain focused on the scope and not contain unrelated commits.
Before starting development, please ask if somebody else is already working on this task. If you are developing a new feature, please make sure the core developers agree is in-scope of the ScandiPWA App.
<aside> ✅ In general, it is always good practice to discuss your ideas with the team. By communicating and coordinating our work, we can ensure that nobody accidentally performs an unnecessary task, or fixes a bug that has already been already fixed by another developer.
</aside>
When working on a code we suggest the following coding flow:
master
is the same on the fork and original repository)/pulls
and click on "New pull request". Select a base branch (a master
or latest x.x.x-rc
) and a branch to compare, the branch to compare is the new branch that you created.That's it, now you can sit back and relax, the ScandiPWA team will review the pull request shortly!