RAFT

GitHub best practice when prototyping

Use GitHub in a way that supports collaboration without slowing you down.

Goal

Make prototypes shareable and reviewable.

Steps

  1. Agree conventions (branch names, commit messages).
  2. Use PRs for review.
  3. Tag or archive key versions.

Notes

Source inspiration: hippo-prototyping discussion https://github.com/hippo-digital/hippo-prototyping/discussions/38