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.0 KiB
1.0 KiB
Summary
Related issue
Type of change
- Bug fix
- New feature
- Indicator addition / change
- Documentation
- CI / build / tooling
Checklist
cargo fmt --all --checkis clean.cargo clippy --workspace --all-targets -- -D warningsis clean.cargo test --workspacepasses.- New behaviour has tests; bug fixes have a regression test.
- Public API changes are mirrored in the Python / Node / WASM bindings and their type stubs (If applicable).
- The relevant page on the project Wiki
and the
README.mdare updated (If applicable). Wiki edits go to a separate repository:https://github.com/kingchenc/wickra.wiki.git. - An entry was added under
## [Unreleased]inCHANGELOG.md.