Document commit message conventions

This commit is contained in:
2026-05-14 10:39:10 -07:00
parent 295a25b7cd
commit 65216f8a22
2 changed files with 110 additions and 4 deletions
+4 -4
View File
@@ -171,7 +171,7 @@ Remaining version 0.01 cleanup before moving deeper into new gameplay:
- [!] Create protected `main` branch. Blocked while the repo remains private on the current GitHub plan; GitHub API reports this requires GitHub Pro or making the repository public.
- [x] Decide whether to create/use a long-lived `dev` branch. Decision: do not use one yet; use `main` plus short-lived task branches until team size or release channels require a staging branch.
- [x] Finish branch naming conventions.
- [~] Finish commit message conventions.
- [x] Finish commit message conventions.
- [x] Define GitHub/LFS free-tier storage guardrails.
- [ ] Define backup expectations for NAS and repository.
- [ ] Create repeatable dedicated server build instructions.
@@ -197,7 +197,7 @@ Goal: Prepare the project so all future development is controlled, recoverable,
- [!] Create protected `main` branch. Blocked while the repo remains private on the current GitHub plan; GitHub API reports this requires GitHub Pro or making the repository public.
- [x] Create `dev` branch if we want staging before main. Decision: do not create a long-lived `dev` branch yet.
- [x] Define branch naming conventions.
- [~] Define commit message conventions.
- [x] Define commit message conventions.
- [x] Define GitHub/LFS free-tier storage guardrails.
- [ ] Define backup expectations for NAS and repo.
- [x] Confirm this roadmap file is committed or otherwise backed up.
@@ -1408,7 +1408,7 @@ Earliest incomplete foundation items:
- [!] Create protected `main` branch. Blocked while the repo remains private on the current GitHub plan; GitHub API reports this requires GitHub Pro or making the repository public.
- [x] Decide whether to create/use a long-lived `dev` branch. Decision: no long-lived `dev` branch yet.
- [x] Finish branch naming conventions.
- [~] Finish commit message conventions.
- [x] Finish commit message conventions.
- [x] Define GitHub/LFS free-tier storage guardrails.
- [ ] Define backup expectations for NAS and repository.
- [ ] Create repeatable dedicated server build instructions.
@@ -1428,4 +1428,4 @@ Earliest incomplete foundation items:
Immediate next item:
- [~] Finish commit message conventions.
- [ ] Define backup expectations for NAS and repository.