Refactor default safety values tip into an includable file #1015
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.
Overview
This PR refactors the "Default Safety Values" tip from
docs/howto/bootstrap/collect.md
into a reusable includable file, following the same pattern established in PR #1010 for other decision point tips.Changes
Created
docs/_includes/default_safety_values.md
- New includable file containing the "Default Safety Values" tip that recommends assuming a marginal Safety Impact when no information is available about the device's environment.Modified
docs/howto/bootstrap/collect.md
- Replaced the inline tip with{% include-markdown "../../_includes/default_safety_values.md" %}
to reference the new includable file.docs/reference/decision_points/safety_impact.md
- Added the include in two strategic locations:Benefits
Related Issues
Closes #[issue number] (child of #522)
Pattern Consistency
This refactoring follows the established pattern for includable tips, consistent with:
_includes/automatable_cvss_ssvc.md
_includes/value_density_cvss_ssvc.md
_includes/safety_cvss_ssvc.md
Original prompt
Fixes #963
💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.