<!channel> Hi Community Members! :wave: As part ...
# general
p
<!channel> Hi Community Members! 👋 As part of our ongoing efforts to improve collaboration and streamline our development process, we have decided to deprecate the
develop
branch in our GitHub repository. Moving forward, the
main
branch will be the single source of truth for all development work. What does this mean for you? • All feature branches should now branch off from and merge back into
main
. • The
develop
branch will no longer be maintained or updated, and will be removed. • CI/CD pipelines and other integrations will be adjusted to work exclusively with the
main
branch. • Open PRs which are raised against
develop
will be closed automatically. You will need to re-create the PRs with
main
as the base branch.