Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 1.56 KB

File metadata and controls

40 lines (29 loc) · 1.56 KB
name about title labels assignees
New Sample Setup
New Sample setup checklist

New Sample Checklist

Ensure you've read the Contributing Guide.

Tooling

  • Setup/Configure Azure Subscriptions (if applicable)
  • CI/CD Tooling (Azure DevOps)
  • Setup Work Item tracking Tooling (i.e., GitHub Projects - Microsoft Employees only)
  • Collaboration and Communication Tooling (i.e., Teams)
  • Plan to create Devcontainer with appropriate linters and markdown link checkers.

Planning

  • Decide whether you are creating an end-to-end sample or single-technology sample.
  • Decide which DataOps key concepts (e.g., IaC, CI/CD, Testing, Observability) will you be demonstrating in the sample.
  • Decide which Well-Architected Framework concepts your sample will be demonstrating.
  • Decide on the name of the sample and located where in the repository structure your sample will sit.
  • Overall business / industry scenario of the sample identified (e.g., City Parking Sensor tracking solution) if applicable.

Execution

  • Branching - Create feature branch (if not exists already) and ensure branch policies to enforce PR process is applied.
  • Ceremonies scheduled (e.g., Standups, Backlog Grooming, Planning, Retro), if applicable.
  • Sprint Plan, if applicable.
  • Ensure appropriate labelling of Github issues.

Next Steps

  • Reuse sample project template.
  • [Microsoft employees only] Define user stories (github issues/card) in Github project board.