Skip to content

Branching Process

Ian Mayo edited this page Jun 7, 2023 · 1 revision
  1. The task should be in an issue, that @IanMayo will normally have created. If it's anything other than a trival change, create an issue to describe the new feature, or problem being solved.
  2. With your local git client, do a pull off main, then create a branch using the above issue id plus a short descriptor: 23_Refactor_Welcome_page.
  3. As soon as you have developed something in the branch, push the branch, and create a Draft Pull Request for it. This will be used as a Tracking Branch - to provide an overview of the package of work.
  4. Note: in the Description for the Pull Request, include either fixes #23 (if it fully resolves the issue) or supports #23 (if it doesn't fully resolve the issue). This will allow GitHub to close the issue when the PR is merged.
Clone this wiki locally