Task: Create GitHub repository
This page documents a task in the Project bootstrap story. It captures the goal, current status, acceptance, and any notes or results.
Goal
Create the project's home on GitHub: a new organisation and an initial repository containing a minimal project skeleton with vcpkg support.
Status
| Field | Value |
|---|---|
| State | DONE |
| Parent story | Project bootstrap |
| Now | Completed 2024-06-15. |
| Waiting on | None. |
| Next | None. |
| Last touched | 2024-06-15 |
Acceptance
- A GitHub organisation
OreStudioexists. - An
OreStudio/OreStudiorepository exists and is publicly accessible. - The repository contains a minimal vcpkg-compatible project that compiles locally.
Context
This is the seed task for the project. Every later task in v0 assumes the repository exists.
Notes
- Total time spent in v0: ~0:35 (per the v0 clocktable).
- This task pre-dates the use of feature branches; work was direct to
main.
Result
- Repository: https://github.com/OreStudio/OreStudio/
- Organisation:
OreStudioon GitHub.