- 02-memory/README.md: Remove broken example links, keep valid ones - CONTRIBUTING.md: Fix relative path to SECURITY.md - 07-plugins/README.md: Update MCP spec URL to working domain - .github/SECURITY_REPORTING.md: Update OWASP link to valid cheatsheet - .github/ISSUE_TEMPLATE/*: Replace placeholder links with comments - .github/markdown-link-check-config.json: Add ignore patterns for example URLs in code blocks (docs.example.com, template files)
45 lines
909 B
Markdown
45 lines
909 B
Markdown
---
|
|
name: Documentation Issue
|
|
about: Report unclear documentation, typos, or missing information
|
|
title: "[DOCS] "
|
|
labels: documentation
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
## Type of Issue
|
|
- [ ] Typo or grammar error
|
|
- [ ] Unclear explanation
|
|
- [ ] Missing information
|
|
- [ ] Broken link or reference
|
|
- [ ] Outdated content
|
|
- [ ] Better example needed
|
|
|
|
## Location
|
|
Which section has the issue?
|
|
- **File**: (e.g., README.md, 03-skills/README.md)
|
|
- **Section**: (e.g., "Installation Quick Reference")
|
|
- **Line/Area**: (if specific)
|
|
|
|
## Current Content
|
|
What does it currently say?
|
|
```
|
|
[Paste the current text here]
|
|
```
|
|
|
|
## Issue Description
|
|
What's wrong with it?
|
|
|
|
## Suggested Improvement
|
|
How could this be improved or clarified?
|
|
```
|
|
[Provide improved text or suggestion here]
|
|
```
|
|
|
|
## Why This Matters
|
|
How does this issue impact users?
|
|
|
|
## Related Documentation
|
|
Links to related sections:
|
|
- Related Guide: <!-- Add link here -->
|