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.
1.2 KiB
1.2 KiB
name, about, title, labels, assignees
| name | about | title | labels | assignees | ||
|---|---|---|---|---|---|---|
| Feature request (Detailed) | Long-form proposal with API sketch, scope checkboxes, prior-art links, and contribution intent. | [Feat] <short description> |
|
Problem / motivation
Proposed solution
import wickra as ta
# proposed API
ind = ta.SuperTrend(period=10, multiplier=3.0)
ind.update(close, high, low)
Scope
- New indicator
- New method on an existing indicator
- New binding / platform target
- Performance improvement
- Ergonomics / API cleanup
- Other (Explain below)
Reference / prior art
Alternatives considered
Willingness to contribute
- I'd like to implement this myself with guidance
- I can help review / test
- Requesting only — no bandwidth to implement