Files
python-MIT-repo-template/.github/ISSUE_TEMPLATE/04-complete-new-project-checklist.md
T

1.1 KiB

name, about, title, labels, assignees
name about title labels assignees
4. Complete new project checklist First step for a new project — work through the full repo/project setup checklist. Complete new project checklist
setup

Task

Work through docs/NEW_PROJECT_CHECKLIST.md end to end. This issue is the tracking wrapper for that checklist — paste its sections in below (or just check them off in the file itself and link to the commit).

Checklist

  • Repository setup complete
  • Value stream map complete (see issue 1)
  • Project specification approved (see issue 2)
  • Planning complete: milestones set, setup issues created, board in place
  • Environment & tooling configured (Python version, linting, tests, CI)
  • Documentation complete: README, wiki (see issue 3)
  • Kickoff held with stakeholders

Definition of done

  • Every item in docs/NEW_PROJECT_CHECKLIST.md is checked or explicitly marked N/A with a reason
  • The project is ready for regular development work to begin