You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Optional: create an issue and assign it a milestone
Chose the issue to work, like issue #23
In you local ctc-dip repository
git switch main
git pull origin
git checkout -b i-<issue number> continuing the #23 example git checkout -b i-23
git push --set-upstream origin i-<issue number> continuisng the #23 example git push --set-upstream origin i-23
Put only code changes required for the issue on the branch; meaning, make a new branch for every issue.
Push as often as desired using github.com as the backup of your work in progress.
Create a PR when the disucssion changes from the issue to the solution. In other words, discussing the issue for clarification or options should be done on the issue. Discussing implementation details like a for or while loop should be done on a PR.
When the PR clears all of its checks and has been reviewed, squash and merge it. Take this time to rewrite the commit message. Remove all unimportant messages about making fixes for linters or indentation. Make the message more comphrensive and a summary.
About
The science data system automation clerk software that delegates all science computation to corgidrp