Skip to content

[INFRA] Establish unified project-wide standards (issue #14)#58

Merged
kristopherjturner merged 4 commits into
mainfrom
feature/issue-14-unified-standards
Mar 17, 2026
Merged

[INFRA] Establish unified project-wide standards (issue #14)#58
kristopherjturner merged 4 commits into
mainfrom
feature/issue-14-unified-standards

Conversation

@kristopherjturner

Copy link
Copy Markdown
Contributor

Summary

Consolidates SOFS repo standards to reference the central standards at azurelocal.cloud/standards, per AzureLocal/azurelocal.github.io#14.

Changes

  • *Replace \docs/standards/* — 5 files replaced with redirect stubs linking to central standards
  • Update CONTRIBUTING.md with links to central standards
  • Add Standards Compliance checklist to PR template
  • *Add \�alidate-repo-structure.yml* CI workflow

Links

Merge naming rules and compatibility section from standards/variables.md
into reference/variables.md. Replace standards page with redirect.
deployment/variables.md was already a redirect - unchanged.

Part of AzureLocal/azurelocal.github.io#15
Add config/schema/variables.schema.json for validating variables.example.yml.
Add CI workflow that validates example config against schema on PR.

Part of AzureLocal/azurelocal.github.io#15
- Replace docs/standards/ content with links to central standards
- Update CONTRIBUTING.md with links to central standards
- Add standards compliance checklist to PR template
- Add validate-repo-structure CI workflow

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Consolidates this repo’s local “standards” documentation into lightweight stubs that point to the org-wide canonical standards site (azurelocal.cloud/standards), and introduces repo-structure compliance checks in PR process/CI.

Changes:

  • Replaces most docs/standards/*.md pages with “moved to central standards” stubs + updates docs/standards/index.md to provide quick links.
  • Updates CONTRIBUTING.md and the PR template to reference central standards and add a “Standards Compliance” checklist.
  • Adds a GitHub Actions workflow to validate required repo files/directories and config/doc structure on PRs.

Reviewed changes

Copilot reviewed 8 out of 8 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
docs/standards/solutions.md Replaced detailed IaC standards with a stub linking to the central standard.
docs/standards/scripts.md Replaced detailed scripting standards with a stub linking to central standards.
docs/standards/index.md Reworked to a “quick links” hub pointing at central standards + repo-specific notes.
docs/standards/examples.md Replaced example standards with a stub linking to the fictional company policy.
docs/standards/documentation.md Replaced detailed documentation standards with links to central standards.
CONTRIBUTING.md Adds a “Standards” section with key links to central standards.
.github/workflows/validate-repo-structure.yml New CI job that enforces repo-structure requirements on PRs.
.github/pull_request_template.md Adds a “Standards Compliance” checklist section.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

You can also share your feedback on Copilot code review. Take the survey.

Comment on lines +44 to +45
if [ ! -f ".github/PULL_REQUEST_TEMPLATE.md" ]; then
echo "::error::Missing .github/PULL_REQUEST_TEMPLATE.md"
Comment on lines +58 to +60
if [ ! -f "config/schema/variables.schema.json" ]; then
echo "::error::Missing config/schema/variables.schema.json"
missing=$((missing + 1))
@kristopherjturner kristopherjturner merged commit 528e12d into main Mar 17, 2026
1 of 2 checks passed
@kristopherjturner kristopherjturner deleted the feature/issue-14-unified-standards branch March 17, 2026 16:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

priority/high Next sprint solution/sofs SOFS / FSLogix type/infra CI/CD, workflows, repo config

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants