Description: We need to establish a developmentbranch in the repository to ensure that all feature development and bug fixes are done in isolated branches, and changes are reviewed before being merged into the mainbranch.
Acceptance Criteria:
Create a development branch based on the current mainbranch.
Set up branch protection rules for the mainbranch to ensure that only pull requests from the developer branch (or other feature branches) are merged.
Ensure that all new feature development and bug fixes are done on feature branches created off of the developer branch.
Update the repository's contributing guidelines or documentation to reflect this workflow.
Tasks:
[ ] Create the developmentbranch.
[ ] Set up the necessary branch protection rules for the mainbranch.
Description: We need to establish a
development
branch in the repository to ensure that all feature development and bug fixes are done in isolated branches, and changes are reviewed before being merged into themain
branch.Acceptance Criteria:
development
branch based on the currentmain
branch.main
branch to ensure that only pull requests from the developer branch (or other feature branches) are merged.Tasks:
development
branch.main
branch.