-
Notifications
You must be signed in to change notification settings - Fork 9
Update cloning instructions in getting-started.md #96
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
base: main
Are you sure you want to change the base?
Conversation
Both bash and powershell examples were identical, and neither had bash or powershell specific instructions. Replace both of these with a single `console` example.
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.
Pull request overview
This PR consolidates duplicate code blocks in the getting-started documentation by replacing separate bash and powershell examples with a single console code block. The change eliminates redundancy since the commands (cd and git clone) are identical across both shells and don't require shell-specific syntax.
Key Changes
- Removed duplicate bash and powershell code blocks showing identical git clone commands
- Replaced with single
consolecode block for cross-platform compatibility
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.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.
bindsi
left a comment
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.
thanks!
|
The build fails related to linting appear to be from other merged commits. |
Both bash and powershell examples were identical, and neither had bash or powershell specific instructions.
This resulted in an apparent duplication when the docs were viewed.
Replace both of these with a single
consoleexample.Pull Request
Description
Related Issue(s)
Fixes #95"
Type of Change
Select all that apply:
Code & Documentation:
Infrastructure & Configuration:
AI Artifacts:
prompt-builderchatmode and addressed all feedback.github/instructions/*.instructions.md).github/prompts/*.prompt.md).github/chatmodes/*.chatmode.md)Required Checks
Required Automated Checks
The following validation commands must pass before merging:
npm run lint:mdnpm run spell-checknpm run lint:frontmatternpm run lint:md-linksnpm run lint:psSecurity Considerations
Additional Notes
Author has MS alias: mpeck