Blame

e23584 Dan Alexander 2026-09-14 10:46:55
Add company wiki standards and VoxelCore docs This change establishes the shared company knowledge structure, governance, engineering, security, and incident/change standards. It also adds the VoxelHorizons product tree with a complete VoxelCore documentation set covering architecture, operations, authoring, version support, resource pack compilation, runtime reloads, and testing/release workflows.
1
# Template — Release Checklist
2
3
## Scope
4
5
- [ ] Release/version/commit identified.
6
- [ ] User-visible and operator-visible changes summarised.
7
- [ ] Compatibility impact reviewed.
8
- [ ] Configuration/data migrations documented.
9
10
## Validation
11
12
- [ ] Required unit/integration suites pass.
13
- [ ] Runtime/smoke tests pass for claimed compatibility targets.
14
- [ ] Build artifacts correspond to the intended commit.
15
- [ ] Upgrade path tested where applicable.
16
17
## Operations
18
19
- [ ] Backup/rollback boundary understood.
20
- [ ] Required credentials/access available through approved systems.
21
- [ ] Monitoring/health check prepared.
22
23
## Documentation
24
25
- [ ] Current Status page updated.
26
- [ ] Commands/configuration/version tables updated if changed.
27
- [ ] New limitations or migration notes documented.
28
- [ ] Roadmap items moved into reference documentation when completed.
29
30
## Post-release
31
32
- [ ] Deployment verified from the user perspective.
33
- [ ] Logs/metrics checked for regressions.
34
- [ ] Temporary migration notes/toggles scheduled for cleanup if applicable.