Files
SuperClaude/.github/ISSUE_TEMPLATE/question.yml
NomenAK 9c3608a783 Clean up references to deleted scripts and pattern system
- Removed references to validate-references.sh from YAML files
- Removed expand-references.sh from settings.local.json
- Cleaned up @pattern/@flags references from shared files
- Updated documentation to reflect current no-code implementation
- Simplified reference-index.yml to remove @include patterns

This cleanup removes confusion from the abandoned pattern reference
system while maintaining all functionality.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-24 21:24:14 +02:00

89 lines
2.3 KiB
YAML

---
name: ❓ Question
description: Ask a question about SuperClaude usage or configuration
title: "[Question] "
labels: ["question", "help-wanted"]
body:
- type: markdown
attributes:
value: |
Have a question about SuperClaude? We're here to help!
**Tip:** Consider using [Discussions](../../discussions) for general
questions and community help.
- type: dropdown
id: question-type
attributes:
label: Question Type
description: What type of question is this?
options:
- Installation/Setup
- Command Usage
- Persona Configuration
- MCP Integration
- Troubleshooting
- Best Practices
- Other
validations:
required: true
- type: textarea
id: question
attributes:
label: Your Question
description: What would you like to know?
placeholder: How do I... / Why does... / What's the best way to...
validations:
required: true
- type: textarea
id: context
attributes:
label: Context
description: Provide context about what you're trying to achieve
placeholder: |
I'm trying to...
My setup is...
I've already tried...
validations:
required: false
- type: textarea
id: current-config
attributes:
label: Current Configuration
description: Share relevant configuration or commands you're using
placeholder: |
```
/user:command --flags
Persona: architect
Claude Code version: latest
```
validations:
required: false
- type: textarea
id: attempted-solutions
attributes:
label: What Have You Tried?
description: What solutions have you already attempted?
placeholder: |
1. I tried reading the documentation...
2. I searched for similar issues...
3. I tested with different settings...
validations:
required: false
- type: checkboxes
id: terms
attributes:
label: Checklist
description: Please confirm the following
options:
- label: I have read the README.md
required: true
- label: I have searched existing issues and discussions
required: true
- label: This is not a bug report (use Bug Report template instead)
required: true