32 lines
974 B
YAML
32 lines
974 B
YAML
name: 🚀 Feature request
|
|
description: Submit a request for a new feature
|
|
title: "[Feature]: "
|
|
labels: ["feature"]
|
|
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: >
|
|
#### Before submitting an issue, please make sure the issue hasn't been already addressed. please search: [existing issues](https://github.com/jd-opensource/xllm/issues).
|
|
- type: textarea
|
|
attributes:
|
|
label: 🚀 The motivation and feature
|
|
description: >
|
|
A clear and concise description of the feature proposal. Please outline the motivation for the proposal.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Alternatives
|
|
description: >
|
|
A description of any alternative solutions or features you've considered, if any.
|
|
- type: textarea
|
|
attributes:
|
|
label: Additional context
|
|
description: >
|
|
Add any other context or screenshots about the feature request.
|
|
- type: markdown
|
|
attributes:
|
|
value: >
|
|
Thanks for contributing 🎉!
|