Link templates/ directory from README - #63
Open
dmchaledev wants to merge 1 commit into
Open
Conversation
The 10 files in templates/ (checklists, incident-forms, metrics, training) were never referenced from README.md, making them undiscoverable to anyone browsing the repo's main entry point. Add a Templates & Tools section and link the existing Training Resources bullets to their corresponding template files. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01CE2einH5APL6TeuXyQABt9
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.
Summary
templates/directory contains 10 ready-to-use files (checklists, incident forms, a metrics dashboard, and training materials) but none of them were linked fromREADME.md— anyone reading the repo's main entry point had no way to discover them.templates/training/, and links the Key Metrics bullet list to the KPI dashboard template.Why
This repo's value is the full set of deliverables it ships, not just the 20 policy documents already indexed in the README. The
templates/content (audit checklists, incident report/notification forms, post-incident review form, KPI dashboard, training outlines) is directly usable during rollout, audits, and live incidents, but was effectively invisible outside of browsing the repo tree.Verification
Confirmed all 10 new links resolve to existing files:
Test plan
Generated by Claude Code