Skip to content

Branch strategy

g0xu edited this page Oct 2, 2024 · 2 revisions

1.Feature Development

When developing a new feature, create a new branch from the develop branch.

2.Submitting Pull Requests

Once development is complete, submit a pull request to the develop branch.

3.Versioning and Merging

After your pull request is merged, increment the version of alert-meta and merge the changes into the main branch.

This keeps the contents of the release and the main branch in the same state.

Clone this wiki locally