UWB-Biocomputing/WorkBench

Add this workflow outline to GitHub pages

Closed this issue · 0 comments

Add under "Internal Development".

GITHUB WORKFLOW

// start here for new issues

Create a new issue
Add issue to Projects/Current Project/To do
// start here for existing issues

Assign the issue to yourself
Create a new feature branch
Add a comment to the issue including a link to the feature branch
Move issue to the 'In progress' column in Projects
Make changes to the feature branch (commit/push)
Create a pull request and assign it to yourself
Link pull request to issue
Check that pull request passes automated tests
Run manual tests on pull request
Request review on the pull request
Reviewer moves issue to 'Review in progress' in Projects
Reviewer approves the pull request
Reviewer moves issue to 'Reviewer approved' in Projects
Merge feature branch with main branch
Issue automatically moved to 'Done' in Projects
Delete feature branch