Skip to content

Code Development

Justin Kelly edited this page Aug 13, 2023 · 1 revision

Create issue or commit to solving a issue.

  • Issues represent tasks, problems, requests - low and and high level. Move the issue into the AWF project board. When ready, set to in progress.

Create a branch for your feature implementation or work directly against the dev stream for small fixes. Commit to your local repo for every stable implemented feature. Before each commit. Review the code is stable and the changes concise. When finished implementing push your changes to the branch.

When the task for the branch is complete. Move your issue to complete. Mark reference to your commit. Update the issue as completed. Do not close.

A reviewer will move your issue to reviewed. When complete, the reviewer closes the ticket. If more work is required, the reviewer will update the issue.

Clone this wiki locally