/ .github / ISSUE_TEMPLATE / feature_request.yaml
feature_request.yaml
 1  name: 🚀 Feature request
 2  description: Submit a proposal/request for a new Liger feature
 3  
 4  body:
 5  - type: textarea
 6    attributes:
 7      label: 🚀 The feature, motivation and pitch
 8      description: >
 9        A clear and concise description of the feature proposal. Please outline the motivation for the proposal. Is your feature request related to a specific problem? e.g., *"I'm working on X and would like Y to be possible"*. If this is related to another GitHub issue, please link here too.
10    validations:
11      required: true
12  - type: textarea
13    attributes:
14      label: Alternatives
15      description: >
16        A description of any alternative solutions or features you've considered, if any.
17  - type: textarea
18    attributes:
19      label: Additional context
20      description: >
21        Add any other context or screenshots about the feature request.
22  - type: markdown
23    attributes:
24      value: >
25        Thanks for contributing 🎉!