Files
wickra/.github/ISSUE_TEMPLATE/feature_request_detailed.md
T
kingchenc 221f7a71bc chore(github): add detailed issue & PR templates, capitalize title prefixes
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.
2026-05-24 02:33:01 +02:00

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>
enhancement
triage

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