Skip to content

Repository Branch Practices

Steven Duan edited this page Mar 15, 2021 · 8 revisions

Brief descriptive usage of the branches. i.e. To make a new feature, branch off the current version, and then branch off of feature. Feature will always be merged into version.

  • main

    • feature/

      • This is when building new content.
      • i.e. **feature/**T##_[Description]
      • T## is based on task number (keeping track manually through Trello lol)
    • bug/

      • Will always branch from main.
      • Fixing a bug that needs to be fixed immediately.
      • i.e. bug/[Description]
Clone this wiki locally