Sean-Meyers / The-Fix

0 stars 0 forks source link

Establish Branching Conventions and Possibly Setup Branch Protection #12

Closed Sean-Meyers closed 1 year ago

Sean-Meyers commented 2 years ago
  1. Make sure everyone knows not to push the html file so we don't get as tricky of merge conflicts

  2. Establish policies for opening a new branch when working on a particular feature/bug.

    • Opening an issue describing the work to be done
    • Press the "create a branch for this issue" button to create a new branch from the issue
    • (From your terminal, after creating the branch on github.com) "git pull", "git checkout new-branch-name".
  3. Possibly set up branch protection on main

Sean-Meyers commented 1 year ago

Lol