OrgScript/docs/github-project-setup.md at main · generica8535/OrgScript · GitHub
Skip to content

Latest commit

 

History

History
45 lines (34 loc) · 1.63 KB

File metadata and controls

45 lines (34 loc) · 1.63 KB

GitHub Project Setup

This document turns the local v0.5.0 planning artifacts into a clean GitHub milestone and issue set.

Milestone

  • name: v0.5.0
  • title suggestion: v0.5.0 - Adoption, Editor, and Polish
  • goal: make OrgScript easier to adopt, demo, and understand without expanding the language surface

Issue creation order

  1. feat(editor): improve VS Code syntax highlighting and local testing flow
  2. docs(readme): add a visual source-to-artifact showcase
  3. docs(examples): curate the example catalog into learning tiers
  4. enhancement(diagnostics): polish CLI diagnostics UX and check output
  5. docs(governance): add language evolution and compatibility notes

Suggested labels

  • v0.5.0
  • dx
  • cli
  • diagnostics
  • editor
  • documentation
  • quality
  • governance
  • good first issue
  • help wanted

Suggested release flow

  1. create the v0.5.0 milestone
  2. create the five milestone issues from the local drafts
  3. apply release and focus labels consistently
  4. start implementation in the recommended order
  5. when milestone scope is complete, prepare release notes under docs/releases/
  6. wait for main CI to be green before tagging

Notes

  • Keep GitHub issue titles identical to the local draft titles.
  • Prefer linking milestone issues back to the roadmap when relevant.
  • Do not widen the milestone with new language features unless a concrete adoption blocker appears.