GitHub best practice when prototyping
Use GitHub in a way that supports collaboration without slowing you down.
Goal
Make prototypes shareable and reviewable.
Steps
- Agree conventions (branch names, commit messages).
- Use PRs for review.
- Tag or archive key versions.
Notes
Source inspiration: hippo-prototyping discussion https://github.com/hippo-digital/hippo-prototyping/discussions/38