Skip to content

docs(deploy): standardize installation and uninstallation terminology in README files#168

Merged
WilliamBerryiii merged 4 commits intomainfrom
issue/95-docs-standardize-install-and-uninstall-conventions
Feb 12, 2026
Merged

docs(deploy): standardize installation and uninstallation terminology in README files#168
WilliamBerryiii merged 4 commits intomainfrom
issue/95-docs-standardize-install-and-uninstall-conventions

Conversation

@nguyena2
Copy link
Contributor

@nguyena2 nguyena2 commented Feb 12, 2026

Pull Request

Description

Standardize installation and uninstallation terminology across deploy README files for consistency.

Closes #95

Type of Change

  • 🐛 Bug fix (non-breaking change fixing an issue)
  • ✨ New feature (non-breaking change adding functionality)
  • 💥 Breaking change (fix or feature causing existing functionality to change)
  • 📚 Documentation update
  • 🏗️ Infrastructure change (Terraform/IaC)
  • ♻️ Refactoring (no functional changes)

Component(s) Affected

  • deploy/000-prerequisites - Azure subscription setup
  • deploy/001-iac - Terraform infrastructure
  • deploy/002-setup - OSMO control plane / Helm
  • deploy/004-workflow - Training workflows
  • src/training - Python training scripts
  • docs/ - Documentation

Testing Performed

  • Terraform plan reviewed (no unexpected changes)
  • Terraform apply tested in dev environment
  • Training scripts tested locally with Isaac Sim
  • OSMO workflow submitted successfully
  • Smoke tests passed (smoke_test_azure.py)

Checklist

… in README files

- update terminology for installation and uninstallation processes
- clarify cleanup and destroy definitions
- improve consistency in documentation language

📝 - Generated by Copilot
Copilot AI review requested due to automatic review settings February 12, 2026 16:24
@github-actions
Copy link

github-actions bot commented Feb 12, 2026

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

Scanned Files

None

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Standardizes deployment documentation terminology across deploy/ READMEs to distinguish deploy/setup/install/cleanup/uninstall/destroy and improve consistency in cleanup/destroy guidance.

Changes:

  • Added a terminology glossary to deploy/README.md and updated cleanup/destroy wording to match the standardized terms.
  • Updated deploy/002-setup/README.md to use “cleanup” terminology while keeping script names (“uninstall-*”) accurate.
  • Updated deploy/001-iac/README.md wording to use “destroy” instead of “teardown” and adjusted prerequisite table column naming.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.

File Description
deploy/README.md Adds glossary and refines cleanup/destroy language in the top-level deployment guide.
deploy/002-setup/README.md Renames uninstall-oriented descriptions/headings to cleanup terminology for consistency.
deploy/001-iac/README.md Updates terminology (“destroy” vs “teardown”) and tweaks prerequisite wording.

@nguyena2 nguyena2 added this to the v0.2.0 milestone Feb 12, 2026
- clarify cleanup steps for cluster components
- update descriptions for destroying infrastructure

🗑️ - Generated by Copilot
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.

Copy link
Member

@WilliamBerryiii WilliamBerryiii left a comment

Choose a reason for hiding this comment

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

LGTM

- specify order of destroying VPN and remaining infrastructure
- improve instructions for resource group deletion

🔧 - Generated by Copilot
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.

@WilliamBerryiii WilliamBerryiii merged commit 43427f3 into main Feb 12, 2026
8 checks passed
@nguyena2 nguyena2 deleted the issue/95-docs-standardize-install-and-uninstall-conventions branch February 12, 2026 18:02
This was referenced Feb 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

docs: standardize install and uninstall conventions

3 participants