DeepSeek-R1/.github/ISSUE_TEMPLATE/feature_request.yml

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