221f7a71bc
Adds five new issue templates (bug_report_detailed, feature_request_detailed, performance_regression, documentation, question) alongside the existing short forms, plus an optional detailed PR template under .github/PULL_REQUEST_TEMPLATE/ that contributors can opt into via the ?template=detailed.md URL. Existing templates keep their behavior; only title prefixes and prose-paren wording were capitalized for consistency.
32 lines
702 B
Markdown
32 lines
702 B
Markdown
---
|
|
name: Feature request
|
|
about: Suggest a new indicator or capability for Wickra
|
|
title: "[Feature] "
|
|
labels: enhancement
|
|
assignees: ""
|
|
---
|
|
|
|
## Problem
|
|
|
|
<!-- What are you trying to do that Wickra cannot do today? -->
|
|
|
|
## Proposed solution
|
|
|
|
<!-- For a new indicator: its name, formula, and the standard parameters.
|
|
Link a reference implementation (TA-Lib, pandas-ta) if one exists. -->
|
|
|
|
## Alternatives considered
|
|
|
|
<!-- Other approaches and why they fall short. -->
|
|
|
|
## Scope
|
|
|
|
- [ ] Affects the Rust core
|
|
- [ ] Should be exposed in the Python binding
|
|
- [ ] Should be exposed in the Node binding
|
|
- [ ] Should be exposed in the WASM binding
|
|
|
|
## Additional context
|
|
|
|
<!-- Anything else that helps. -->
|