Skip to content

Commit

Permalink
added comment to remove WIP label
Browse files Browse the repository at this point in the history
  • Loading branch information
Leahh02 committed Aug 27, 2024
1 parent 7f3a980 commit 1e16bc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sphinx/contribute.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Git Workflow

BEE has two lifetime branches, develop and main. To work on a fix or feature, create a branch from develop. These branches should address an open issue and follow the format **issue#/title** (e.g. 'issue857/mpi-integration-test'). If there isn't an issue for your fix or feature consider making one.

All pull requests (PR's) are made from feature or issue branches and undergo review and testing before they can be merged into develop. Open a **work in progress** PR with label of **'WIP'**. Before submitting the PR for approval, merge develop into your branch and fix any conflicts. GitHub CI tests must pass before merging into develop.
All pull requests (PR's) are made from feature or issue branches and undergo review and testing before they can be merged into develop. Open a **work in progress** PR with label of **'WIP'**. Before submitting the PR for approval, merge develop into your branch and fix any conflicts. Remove the 'WIP' label when the PR is complete and ready for final review. GitHub CI tests must pass before merging into develop.

Upon release, develop will be merged by the team lead into main. Additionally, all changes must pass overnight tests before being merged into main.

Expand Down

0 comments on commit 1e16bc9

Please sign in to comment.