Hi
I have been watching a number of videos about the process of managing a repocitory for the sake of making acontribution.
The process seem to be …
- Create fork
- Sync your local dev-machine to your repository
- Create a branch for the bug-fix you want to propose … fix: Bug 1 (on your own rep)
- Create PR from new branch to upstream repository
- IF your PR is accepted and merged into upstream, merge your branch into your
own main branch - Sync your main repository to upstream
- Create branch for next bug-fix … fix:Bug2
etc …etc
Is this about correct ?