28 lines
574 B
Markdown
28 lines
574 B
Markdown
---
|
|
name: Feature request
|
|
about: Suggest a new indicator, API improvement, or other enhancement
|
|
title: "[Feature] "
|
|
labels: enhancement
|
|
assignees: ''
|
|
---
|
|
|
|
## Summary
|
|
|
|
A concise description of the feature you are requesting.
|
|
|
|
## Motivation
|
|
|
|
Why is this feature useful? What use-case does it address?
|
|
|
|
## Proposed Solution
|
|
|
|
Describe the API or implementation approach you have in mind (optional).
|
|
|
|
## Alternatives Considered
|
|
|
|
Any alternative approaches or workarounds you have considered.
|
|
|
|
## Additional Context
|
|
|
|
Links to reference implementations, papers, or related issues.
|