-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Labels
dev: enhancement 🛠️✨Enhancement to docs (extensions, ci/cd, ui/ux, theming, layout, etc.)Enhancement to docs (extensions, ci/cd, ui/ux, theming, layout, etc.)style: article/section 📝New article or section requestNew article or section request
Milestone
Description
On the contributor guide: https://docs.rc.uab.edu/contributing/contributor_guide/
Make the git workflow cycle more explicit and step-by-step at a high level.
One-time setup:
- Fork central repo
- Clone fork to local development environment (laptop, etc.)
Cycle to start a new feature:
- Sync fork from central
- Pull from fork to local
- Checkout main branch
- Create and checkout a new branch
feat-... - Perform development cycle (change, test, commit)
- Resync (1 & 2 again) and deal with any conflicts
- Push branch to fork
- Make pull request from fork to central
Then explain how to do each step in detail in separate sections.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
dev: enhancement 🛠️✨Enhancement to docs (extensions, ci/cd, ui/ux, theming, layout, etc.)Enhancement to docs (extensions, ci/cd, ui/ux, theming, layout, etc.)style: article/section 📝New article or section requestNew article or section request