Source Code Management Guidelines - HMS-Analytical-Software/SASUnit GitHub Wiki
How to start developing?
SASUnit is now hosted on GitHub, so any developer needs to have Git installed on his local development environment.
It is intended that all developers work in a local copy of the private SASUnit repository SASUnitDev
Linking tickets (issues) and implementation (branches)
Any changes to the code to add a new feature to the project should be triggered by a ticket.
Each new feature should idealy be implemented in one feature branch.
Link the ticket with the branch
If more than one ticket is solved with that feature than all these ticket must link the branch.
When the branch is merged all linked tickets can be closed automatically.
Back to Development Guidelines.