Development workflow#
Fork
pulserver/pypulseqppon GitHub and clone the fork with submodules.Add
https://github.com/pulserver/pypulseqpp.gitas theupstreamremote.Update local
main, then create a focused feature branch.Commit tested changes and push the branch to the fork.
Open a pull request against
pulserver/pypulseqpp:main.
Keep commits reviewable and avoid unrelated formatting or prose churn.