bacalhau-project / bacalhau

Compute over Data framework for public, transparent, and optionally verifiable computation
https://docs.bacalhau.org
Apache License 2.0
641 stars 85 forks source link

Create Standards for working with Bacalhau #275

Open aronchick opened 2 years ago

aronchick commented 2 years ago

ETA: 2023Q1

  1. create a new branch git checkout -B new_branch
  2. push sync this branch with origin - git branch --set-upstream-to=origin/new_branch new_branch
  3. contribute, and test frequently. e.g. code, make test, code, make test
  4. rebased from main frequently - git checkout main; git pull; git checkout new_branch; git merge main; make test
  5. once you're done, rebase to the point at which you first branch from main
  6. run one more test
  7. one more merge from main
  8. now push your changes to the repo
  9. go do a PR
wdbaruni commented 2 months ago

@aronchick what are your thoughts on this issue? The provided link is no longer working. Are these standards for the team, external contributors or both?