Skip to content

Latest commit

 

History

70 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Read about DIP

Mechanics of Contributing

  1. Optional: create an issue and assign it a milestone
  2. Chose the issue to work, like issue #23
  3. In you local ctc-dip repository
    1. git switch main
    2. git pull origin
    3. git checkout -b i-<issue number> continuing the #23 example git checkout -b i-23
    4. git push --set-upstream origin i-<issue number> continuisng the #23 example git push --set-upstream origin i-23
  4. Put only code changes required for the issue on the branch; meaning, make a new branch for every issue.
  5. Push as often as desired using github.com as the backup of your work in progress.
  6. 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.
  7. 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

Resources

Code of conduct

Contributing

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages