mirror of
https://github.com/deepseek-ai/DeepSeek-R1.git
synced 2025-02-23 14:18:59 -05:00
36 lines
906 B
YAML
36 lines
906 B
YAML
|
name: 💡 Feature Request
|
||
|
description: Suggest an idea for DeepSeek-R1
|
||
|
title: "[Feature]: "
|
||
|
labels: ["enhancement"]
|
||
|
body:
|
||
|
- type: markdown
|
||
|
attributes:
|
||
|
value: |
|
||
|
Thanks for suggesting a new feature for DeepSeek-R1!
|
||
|
- type: textarea
|
||
|
attributes:
|
||
|
label: Problem Description
|
||
|
description: Is your feature request related to a problem? Please describe.
|
||
|
placeholder: I'm always frustrated when [...]
|
||
|
validations:
|
||
|
required: true
|
||
|
- type: textarea
|
||
|
attributes:
|
||
|
label: Proposed Solution
|
||
|
description: Describe the solution you'd like
|
||
|
validations:
|
||
|
required: true
|
||
|
- type: textarea
|
||
|
attributes:
|
||
|
label: Alternatives
|
||
|
description: Describe alternatives you've considered
|
||
|
- type: dropdown
|
||
|
attributes:
|
||
|
label: Priority
|
||
|
options:
|
||
|
- Low
|
||
|
- Medium
|
||
|
- High
|
||
|
validations:
|
||
|
required: true
|