Software Delivery Tools
This repository demonstrates the integration between Azure Boards and GitHub using a complete development workflow.
Azure Boards Work Item → Git Branch → Commit (AB#ID) → Pull Request → Merge
- Connected Azure Boards with GitHub
- Created a branch for a work item
- Made a change (README update)
- Linked commit using AB#ID
- Created a pull request
Linked using commit message syntax:
- AB#
- AB#13 Update README for lab integration test
- Commit linked to Azure Boards
- Branch visible in work item
- Pull request connected to work item
Traceability between planning (Azure Boards) and development (GitHub).