-
Notifications
You must be signed in to change notification settings - Fork 0
chore(standards): replace local standards/ with platform stub (Phase 1) #23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -0,0 +1,9 @@ | ||||||
| # Standards | ||||||
|
|
||||||
| AzureLocal organization standards are maintained centrally in the [`AzureLocal/platform`](https://github.com/AzureLocal/platform) repository. This repo does **not** keep a local copy. | ||||||
|
|
||||||
| - **Canonical source**: [`AzureLocal/platform/standards/`](https://github.com/AzureLocal/platform/tree/main/standards) | ||||||
| - **Rendered for humans**: [azurelocal.cloud/standards](https://azurelocal.cloud/standards/) | ||||||
| - **Governance**: [ADR-0002 — Standards as single source of truth](https://github.com/AzureLocal/platform/blob/main/decisions/0002-standards-single-source.md) | ||||||
|
|
||||||
| Changes to any standard are PRs against `AzureLocal/platform`, not against this repo. | ||||||
|
||||||
| Changes to any standard are PRs against `AzureLocal/platform`, not against this repo. | |
| Changes to any standard should be made in [`AzureLocal/platform/standards`](https://github.com/AzureLocal/platform/tree/main/standards) via a PR against `AzureLocal/platform`, not against this repo. |
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
This file was deleted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Line 3 states this repo “does not keep a local copy”, but the repo still contains a full local standards set under
docs/standards/(e.g.,docs/standards/index.md,docs/standards/scripting.md, etc.). Please either remove/relocate those pages as part of this migration, or adjust the wording here to avoid an incorrect/misleading claim (e.g., clarify what “local copy” refers to).