Files
claude-howto/.github/ISSUE_TEMPLATE/feature_request.md
Luong NGUYEN 59a87f10c8 fix: Resolve dead links in documentation files
- 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)
2026-01-15 15:02:44 +01:00

47 lines
1017 B
Markdown

---
name: Feature Request
about: Suggest a new example, guide, or improvement
title: "[FEATURE] "
labels: enhancement
assignees: ''
---
## Description
Describe the feature or improvement you'd like to see.
## Problem It Solves
What problem or gap does this address?
Examples:
- There's no example of X feature
- The current documentation for Y is unclear
- We need a guide for Z use case
- The structure could be improved by...
## Use Case
When and how would this be used? Include real-world scenarios.
## Proposed Solution
How should this be implemented or documented?
## Example
If applicable, provide an example of what you envision:
```
[Insert example here]
```
## Related Examples
Link any existing related examples or guides:
- Existing Guide: <!-- Add link here -->
- Feature: (e.g., Skills, Hooks, Subagents)
## Additional Context
Any other information that might be helpful?
## Acceptance Criteria
How would you know this feature is complete?
- [ ] Criterion 1
- [ ] Criterion 2
- [ ] Criterion 3