mirror of
https://github.com/deepseek-ai/DeepSeek-R1.git
synced 2025-02-23 14:18:59 -05:00
32 lines
792 B
YAML
32 lines
792 B
YAML
name: ❓ Question/Help
|
|
description: Ask a question or get help with DeepSeek-R1
|
|
title: "[Question]: "
|
|
labels: ["question"]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Before asking a question, please check the documentation and existing issues.
|
|
- type: textarea
|
|
attributes:
|
|
label: Question
|
|
description: What do you need help with?
|
|
validations:
|
|
required: true
|
|
- type: dropdown
|
|
attributes:
|
|
label: Category
|
|
options:
|
|
- Installation
|
|
- Usage
|
|
- Model Capabilities
|
|
- Integration
|
|
- Performance Optimization
|
|
- Other
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Additional Context
|
|
description: Add any other context about your question here
|