Skip to content

Workflow

Harry Guthrie edited this page Jul 2, 2019 · 1 revision

Workflows

This page demonstrates the different areas where issues are being tracked and managed. This is to ensure that everyone can find what is being worked on by others at any point in time

New Features/Bugs

All new features and bugs will be added under the issues section of the repository. After an apt title and description is added you should label the work item as feature/bug/documentation. Additionally you also need to add the issue to the project (this will automatically link it to the board).

Starting a new work item

You should first assign yourself to the issue (if you are not already assigned to the ticket) then move it to the in-progress column in the project board.

Finishing a work item

Usually this work item should be closed automatically if you add the line "closes #[Issue number]" to your pull request. If forgotten you can always go to the issue and click close and it will automatically move it to the done column

Clone this wiki locally