Existing contributor#

Welcome back

Jump straight into your workflow — find your tools, check the latest updates, and get back to building.

View recent updates

Quick access tools#

Daily workflow#

Create a Branch
Start from main
Start from the latest main branch. Follow the branching policy for naming conventions. Example command: git checkout -b feat/SKA-1234-your-feature
Write Code
Follow coding standards
Follow coding guidelines and run linting locally before committing. Example command: make python-lint
Push and Create MR
Open a merge request
Push your branch and create a merge request. Link the Jira ticket in the description. Example command: git push origin feat/SKA-1234-your-feature
Review and Merge
Close the loop
Address reviewer feedback, ensure CI passes, and merge when approved and all Definition of Done criteria are met.

Quick reference#

Need help?#

Note

Search above or browse the sidebar. For urgent issues, reach out on #team-support.