Fix heading, scope, version placement, and consistency across policy docs

- Rename REPO_POLICIES.md heading from "Development Policies" to
  "Repository Policies" to distinguish from code styleguides
- Move version line above heading per convention
- Add scope statement and links to code styleguide documents
- Add missing Makefile and LICENSE to minimum files list
- Add version lines to all cross-project docs (CODE_STYLEGUIDE*.md,
  GO_HTTP_SERVER_CONVENTIONS.md)
- Clean up CODE_STYLEGUIDE.md heading (was old repo name)
- Update EXISTING_REPO_CHECKLIST.md link text to match new heading
This commit is contained in:
2026-02-22 16:40:34 +01:00
parent f43445caea
commit 00c21cc5c5
7 changed files with 27 additions and 15 deletions

View File

@@ -1,3 +1,5 @@
Version: 2026-02-22
# Golang
1. Try to hard wrap long lines at 77 characters or less.