Files
wickra/.github/ISSUE_TEMPLATE/bug_report_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.5 KiB

name, about, title, labels, assignees
name about title labels assignees
Bug report (Detailed) Long-form bug report with environment matrix, minimal reproducer, and expected-vs-actual sections. [Bug] <short description>
bug
triage

Summary

Affected binding

  • Rust crate (wickra)
  • Python (pip install wickra)
  • Node.js (npm install wickra)
  • WebAssembly
  • Docs / examples only

Environment

Field Value
Wickra version e.g. 0.4.2
Binding version e.g. python 0.4.2 / node 0.4.2
OS / arch e.g. Windows 11 x86_64, Linux glibc
Rust toolchain rustc --version (If building from source)
Python / Node version python --version / node --version

Minimal reproducer

# or rust / js
import wickra as ta
...

Actual output

<paste stack trace, panic, wrong values, etc.>

Expected output

Additional context