UWB-Biocomputing / WorkBench

Software and data provenance management platform for simulations of dissociated cortical cultures.
https://uwb-biocomputing.github.io/WorkBench/
Apache License 2.0
1 stars 3 forks source link

Add this workflow outline to GitHub pages #94

Closed stiber closed 2 years ago

stiber commented 3 years ago

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