-
Notifications
You must be signed in to change notification settings - Fork 42
Refactor Default Mission Impact Values into reusable include file #1016
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
Refactor Default Mission Impact Values into reusable include file #1016
Conversation
Co-authored-by: ahouseholder <2594236+ahouseholder@users.noreply.github.com>
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
Refactors the "Default Mission Impact Values" tip from the bootstrap guide into a reusable include file to eliminate duplication and improve discoverability across the documentation.
- Created a shared include file for the Default Mission Impact Values tip
- Replaced inline content in the bootstrap guide with an include statement
- Added the tip to the Mission Impact decision point reference and gathering info pages
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
File | Description |
---|---|
docs/_includes/default_mission_impact_values.md | New include file containing the Default Mission Impact Values tip |
docs/howto/bootstrap/collect.md | Replaced inline tip with include statement |
docs/reference/decision_points/mission_impact.md | Added include for the tip after the gathering info section |
docs/howto/gathering_info/mission_impact.md | Added include for the tip at the end of the document |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@copilot link checker reports:
Note that we include these includable from various locations within the site, so we need a solution for included files that allows us to resolve included links no matter where the including file lives. |
Co-authored-by: ahouseholder <2594236+ahouseholder@users.noreply.github.com>
... Fixed in commit a9c6f3a. Changed the links in the include file to use absolute paths ( |
c5a78d9
into
copilot/refactor-default-exploitation-values
docs/_includes/default_mission_impact_values.md
with the tip contentdocs/howto/bootstrap/collect.md
with the include statementdocs/reference/decision_points/mission_impact.md
docs/howto/gathering_info/mission_impact.md
/
) to work correctly when included from different locationsOriginal prompt
Fixes #964
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.