-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
To support a growing team we need to upgrade our workflow. Feature Branch Workflow (aka GitHub Flow) seems like the right fit for our team.
- Feature branch workflow
- GitHub Flow Getting Started
- GitHub Flow - OG blogpost
- W3Schools - simple steps
Configure Repo
- 1. Rename
master
default branch tomain
. - 2. Set branch protection rules:
main
.
Try it
- 1. Create feature branch
modernize_tests
. - 2. Code new features.
- 3. Create PR.
- 4. Merge
Socialize
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request