|
| 1 | +--- |
| 2 | +name: 📚 Documentation Issue |
| 3 | +about: Report missing, incorrect, or unclear documentation |
| 4 | +title: 'docs: ' |
| 5 | +labels: ['documentation', 'needs-triage'] |
| 6 | +assignees: '' |
| 7 | +--- |
| 8 | + |
| 9 | +# 📚 Documentation Issue |
| 10 | + |
| 11 | +## 📝 Issue Type |
| 12 | +<!-- Mark the appropriate option with an 'x' --> |
| 13 | +- [ ] 📝 Missing documentation |
| 14 | +- [ ] 🐛 Incorrect documentation |
| 15 | +- [ ] 🔍 Unclear/confusing documentation |
| 16 | +- [ ] 🔗 Broken links |
| 17 | +- [ ] 🌐 Translation needed |
| 18 | +- [ ] ✨ Documentation enhancement |
| 19 | +- [ ] 🧹 Outdated documentation |
| 20 | + |
| 21 | +## 📍 Location |
| 22 | +<!-- Where is the documentation issue located? --> |
| 23 | +- **File**: [e.g., README.md, PROTOCOL.md, docs/api.md] |
| 24 | +- **Section**: [e.g., Installation, API Reference, Examples] |
| 25 | +- **URL**: [e.g., https://github.com/jerfowler/agent-comm-mcp-server#installation] |
| 26 | + |
| 27 | +## 🔍 Current State |
| 28 | +<!-- What is currently documented (if anything)? --> |
| 29 | +<!-- Include relevant quotes from the current documentation --> |
| 30 | + |
| 31 | +### Current Documentation |
| 32 | +```markdown |
| 33 | +<!-- Paste the current documentation here --> |
| 34 | +``` |
| 35 | + |
| 36 | +## ❌ Problem Description |
| 37 | +<!-- What is wrong, missing, or unclear? --> |
| 38 | +<!-- Be as specific as possible --> |
| 39 | + |
| 40 | +### Specific Issues |
| 41 | +- [ ] Information is completely missing |
| 42 | +- [ ] Information is outdated |
| 43 | +- [ ] Examples don't work |
| 44 | +- [ ] Steps are unclear |
| 45 | +- [ ] Technical details are incorrect |
| 46 | +- [ ] Links are broken |
| 47 | +- [ ] Formatting is broken |
| 48 | +- [ ] Code snippets have errors |
| 49 | + |
| 50 | +### Impact |
| 51 | +- [ ] Prevents users from getting started |
| 52 | +- [ ] Causes confusion during development |
| 53 | +- [ ] Leads to incorrect implementation |
| 54 | +- [ ] Makes troubleshooting difficult |
| 55 | +- [ ] Affects API usage |
| 56 | + |
| 57 | +## ✅ Expected Documentation |
| 58 | +<!-- What should the documentation say/include? --> |
| 59 | + |
| 60 | +### Proposed Content |
| 61 | +```markdown |
| 62 | +<!-- Your suggested documentation content --> |
| 63 | +``` |
| 64 | + |
| 65 | +### Required Information |
| 66 | +<!-- What specific information needs to be included? --> |
| 67 | +- [ ] Clear step-by-step instructions |
| 68 | +- [ ] Working code examples |
| 69 | +- [ ] Error handling examples |
| 70 | +- [ ] Configuration options |
| 71 | +- [ ] Troubleshooting section |
| 72 | +- [ ] API reference |
| 73 | +- [ ] Best practices |
| 74 | + |
| 75 | +## 🎯 Target Audience |
| 76 | +<!-- Who is this documentation for? --> |
| 77 | +- [ ] New users/getting started |
| 78 | +- [ ] Developers integrating the package |
| 79 | +- [ ] Contributors to the project |
| 80 | +- [ ] MCP protocol implementers |
| 81 | +- [ ] Advanced users/power users |
| 82 | + |
| 83 | +## 🌍 Context |
| 84 | +<!-- Additional context that helps understand the issue --> |
| 85 | + |
| 86 | +### User Journey |
| 87 | +<!-- What is the user trying to accomplish? --> |
| 88 | +1. User wants to... |
| 89 | +2. User goes to... |
| 90 | +3. User expects to find... |
| 91 | +4. But instead finds... |
| 92 | + |
| 93 | +### Related Functionality |
| 94 | +<!-- What features/APIs are related to this documentation? --> |
| 95 | + |
| 96 | +### Dependencies/Prerequisites |
| 97 | +<!-- What should users know before reading this documentation? --> |
| 98 | + |
| 99 | +## 💡 Suggested Solutions |
| 100 | +<!-- If you have ideas for how to fix this --> |
| 101 | + |
| 102 | +### Content Improvements |
| 103 | +<!-- Specific content suggestions --> |
| 104 | + |
| 105 | +### Structural Changes |
| 106 | +<!-- Changes to organization/layout --> |
| 107 | + |
| 108 | +### Additional Resources |
| 109 | +<!-- Links, examples, or references that would help --> |
| 110 | + |
| 111 | +## 📸 Screenshots/Examples |
| 112 | +<!-- If applicable, add screenshots showing the problem --> |
| 113 | +<!-- Or examples of good documentation from similar projects --> |
| 114 | + |
| 115 | +### Current State |
| 116 | +<!-- Screenshot/example of current documentation --> |
| 117 | + |
| 118 | +### Desired State |
| 119 | +<!-- Screenshot/example of how it should look --> |
| 120 | + |
| 121 | +## 🔗 Related Issues |
| 122 | +<!-- Link any related issues or pull requests --> |
| 123 | +- Related to # |
| 124 | +- Fixes # |
| 125 | +- Depends on # |
| 126 | + |
| 127 | +## 📋 Documentation Checklist |
| 128 | +<!-- For comprehensive documentation improvements --> |
| 129 | + |
| 130 | +### Content Quality |
| 131 | +- [ ] Clear and concise language |
| 132 | +- [ ] Accurate technical information |
| 133 | +- [ ] Up-to-date examples |
| 134 | +- [ ] Proper grammar/spelling |
| 135 | +- [ ] Consistent terminology |
| 136 | + |
| 137 | +### Structure |
| 138 | +- [ ] Logical organization |
| 139 | +- [ ] Proper headings/sections |
| 140 | +- [ ] Table of contents (if needed) |
| 141 | +- [ ] Cross-references |
| 142 | +- [ ] Navigation elements |
| 143 | + |
| 144 | +### Examples |
| 145 | +- [ ] Working code examples |
| 146 | +- [ ] Real-world use cases |
| 147 | +- [ ] Error handling examples |
| 148 | +- [ ] Configuration examples |
| 149 | +- [ ] Integration examples |
| 150 | + |
| 151 | +### Accessibility |
| 152 | +- [ ] Alt text for images |
| 153 | +- [ ] Descriptive link text |
| 154 | +- [ ] Proper markdown formatting |
| 155 | +- [ ] Screen reader friendly |
| 156 | +- [ ] Multiple format support |
| 157 | + |
| 158 | +## 🤝 Contribution |
| 159 | +<!-- Are you willing to help improve this documentation? --> |
| 160 | +- [ ] I can write the missing documentation |
| 161 | +- [ ] I can review/edit existing content |
| 162 | +- [ ] I can provide examples/use cases |
| 163 | +- [ ] I can test documentation accuracy |
| 164 | +- [ ] I'm unable to contribute directly |
| 165 | + |
| 166 | +## 📚 Reference Materials |
| 167 | +<!-- Links to helpful resources --> |
| 168 | + |
| 169 | +### Official Documentation |
| 170 | +<!-- Links to MCP protocol docs, Node.js docs, etc. --> |
| 171 | + |
| 172 | +### Similar Projects |
| 173 | +<!-- Examples from other projects with good documentation --> |
| 174 | + |
| 175 | +### Style Guides |
| 176 | +<!-- Documentation style references --> |
| 177 | + |
| 178 | +## 🔧 Technical Details |
| 179 | +<!-- If the issue involves code examples or API docs --> |
| 180 | + |
| 181 | +### Environment |
| 182 | +- **Node.js Version**: [e.g., 18.17.0] |
| 183 | +- **Package Version**: [e.g., 0.6.0] |
| 184 | +- **Operating System**: [e.g., Ubuntu 22.04] |
| 185 | + |
| 186 | +### Code Context |
| 187 | +```typescript |
| 188 | +// Relevant code that needs documentation |
| 189 | +``` |
| 190 | + |
| 191 | +## 📝 Additional Notes |
| 192 | +<!-- Any other information that might be helpful --> |
| 193 | + |
| 194 | +## 📋 Final Checklist |
| 195 | +- [ ] I have searched existing issues for similar documentation requests |
| 196 | +- [ ] I have provided specific details about the problem |
| 197 | +- [ ] I have suggested concrete improvements |
| 198 | +- [ ] I have considered the target audience |
| 199 | +- [ ] I have checked for related issues/PRs |
| 200 | + |
| 201 | +## 🏷 Labels |
| 202 | +Suggested labels: documentation, needs-triage |
| 203 | + |
| 204 | +<!-- Thank you for helping improve our documentation! --> |
0 commit comments