Skip to content

Commit 8b20981

Browse files
docs: Improve consistency in terminology and formatting in Standards and Goal-Setting documents
1 parent 699caa9 commit 8b20981

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

src/docs/PowerShell/Modules/Standards.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ graph LR
143143
| Stage | Runs on | Purpose |
144144
| ----- | ------- | ------- |
145145
| **Plan** | All events | Loads `.github/PSModule.yml`, resolves version from PR labels, produces the Settings JSON |
146-
| **Lint-Repository** | Open/Updated PR | Runs super-linter on the full repo (markdown, YAML, etc.) |
146+
| **Lint-Repository** | Open/Updated PR | Runs super-linter on the full repo (Markdown, YAML, etc.) |
147147
| **Lint-SourceCode** | Open/Updated PR, Merged PR, Manual | Runs PSScriptAnalyzer against `src/` |
148148
| **Build-Module** | Open/Updated PR, Merged PR, Manual | Compiles source into a versioned module artifact |
149149
| **Test-SourceCode** | Open/Updated PR, Merged PR, Manual | Framework tests on raw source files |
@@ -268,7 +268,7 @@ The `Publish-Module` stage:
268268
1. Downloads the pre-built module artifact (identical to what was tested)
269269
2. Reads the version from the compiled manifest (no recalculation)
270270
3. Publishes to the PowerShell Gallery
271-
4. Creates a GitHub Release with the module attached as a zip artifact
271+
4. Creates a GitHub Release with the module attached as a ZIP artifact
272272
5. Comments on the PR with links to the Gallery package and GitHub Release
273273
6. Cleans up old prerelease tags when publishing a stable release (if `AutoCleanup: true`)
274274

src/docs/Ways-of-Working/Goal-Setting.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ PSModule uses a lightweight OKR-based framework to connect strategic direction t
44

55
## Layers
66

7-
| Layer | Lives in | Purpose |
8-
| --------------- | ----------------------------------------------------------------------- | ----------------------------------------------------------- |
9-
| **Mission** | [`PSModule/.github` #68](https://github.com/PSModule/.github/issues/68) | The org's reason to exist — *infuse GitHub with PowerShell* |
10-
| **OKR** | Sub-issues of the Mission | Qualitative objectives + measurable key results |
7+
| Layer | Lives in | Purpose |
8+
| --------------- | ----------------------------------------------------------------------- | --------------------------------------------------------------- |
9+
| **Mission** | [`PSModule/.github` #68](https://github.com/PSModule/.github/issues/68) | The org's reason to exist — *infuse GitHub with PowerShell* |
10+
| **OKR** | Sub-issues of the Mission | Qualitative objectives + measurable key results |
1111
| **Initiative** | Sub-issues of an OKR | A concrete bet to move a Key Result — becomes an Epic in a repo |
1212

1313
## Why OKRs and not KPIs

0 commit comments

Comments
 (0)