chore(scenarios): deep-link KB Resolution Steps and Lab Verification sections#2
Closed
iplaycomputer wants to merge 10 commits intomainfrom
Closed
chore(scenarios): deep-link KB Resolution Steps and Lab Verification sections#2iplaycomputer wants to merge 10 commits intomainfrom
iplaycomputer wants to merge 10 commits intomainfrom
Conversation
…cenario sub-checks; verify section
…, MD026, MD031, MD032, MD040, MD041, MD005, MD007) to unblock
There was a problem hiding this comment.
Pull Request Overview
This PR implements precise deep-linking across scenario files to improve navigation and reduce duplication by ensuring scenarios point directly to specific sections in related KB and Lab files. The changes also introduce markdown linting infrastructure and update the PR template with anti-duplication guidelines.
Key changes:
- Updated all four scenario files to use deep links pointing to KB
#resolution-stepsand Lab#verificationsections - Added markdownlint configuration and GitHub Actions workflow for automated markdown quality checks
- Enhanced PR template with specific checklist items for anti-duplication and deep-linking requirements
Reviewed Changes
Copilot reviewed 10 out of 10 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| scenarios/*.md (4 files) | Updated Related KB/Lab links to use deep anchors (#resolution-steps, #verification) |
| .markdownlint.jsonc | Added markdown linting configuration with relaxed rules for common patterns |
| .markdownlint-cli2.jsonc | Added CLI configuration for markdownlint with file globs and ignore patterns |
| .github/workflows/markdownlint.yml | Added GitHub Actions workflow for automated markdown linting |
| .github/copilot-instructions.md | Minor formatting improvements with additional blank lines |
| .github/PULL_REQUEST_TEMPLATE.md | Enhanced template with anti-duplication checks and reviewer verification steps |
| .github/CODEOWNERS | Added code ownership configuration requiring maintainer review |
…int config - Left-align Verification headings in labs - Ensure blank lines around fenced blocks and add languages - Keep only MD013/MD025/MD033 disabled in .markdownlint.jsonc
…ls (.editorconfig, VS Code settings)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Deep-Link Refinement & PR Template Update
Description
This update implements precise deep-linking across all four scenario files, ensuring they point directly to the appropriate anchors in related modules. It also updates the Pull Request (PR) template to codify the new anti-duplication and deep-linking requirements for continuous hygiene.
Summary
Adds precise deep-links in all 4 scenario files so they point directly to KB “Resolution Steps” and Lab “Verification.” Updates PR template with anti-duplication & deep-link checks and review guidance.
Changes
scenarios/account-lockout-reset.md#resolution-steps, Lab#verificationlink updatesscenarios/printer-queue-clearing.md#resolution-steps, Lab#verificationlink updatesscenarios/outlook-reconnect-after-update.md#resolution-steps, Lab#verificationlink updatesscenarios/workstation-performance-triage.md#resolution-steps, Lab#verificationlink updatesPULL_REQUEST_TEMPLATE.mdRationale
This change aligns with the project's
CONTRIBUTINGand AI guidance:This reduces duplication and significantly improves navigation and maintainability of the entire simulator.
Verification
To verify this change:
#resolution-stepsor#verification).<vm-ip>placeholders.Risk
The changes are limited to documentation files (
.md) and have no runtime impact on the lab environment or Docker assets.