diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 0708e293..74c047da 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -17,10 +17,24 @@ assignees: '' **Build environment** - - BDK tag/commit: - - OS+version: - - Rust/Cargo version: - - Rust/Cargo target: +- BDK tag/commit: +- OS+version: +- Rust/Cargo version: +- Rust/Cargo target: + +**Which backend(s) are relevant (if any)?** +- [ ] Electrum +- [ ] Esplora +- [ ] Bitcoin Core RPC +- [ ] None / not backend-related (e.g. `bdk_chain`, `bdk_core`) +- [ ] Other (please specify): `____` + +**Is this blocking production use?** +- [ ] Yes +- [ ] No + +**Project or organization (optional)** + **Additional context** - + \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/enhancement_request.md b/.github/ISSUE_TEMPLATE/enhancement_request.md index 2525d5d0..30fca524 100644 --- a/.github/ISSUE_TEMPLATE/enhancement_request.md +++ b/.github/ISSUE_TEMPLATE/enhancement_request.md @@ -4,14 +4,33 @@ about: Request a new feature or change to an existing feature title: '' labels: 'enhancement' assignees: '' - --- **Describe the enhancement** **Use case** - + + +**Impact** +- [ ] Blocking production usage +- [ ] Nice-to-have / UX improvement +- [ ] Developer experience / maintainability + +**Are you using BDK in a production project?** +- [ ] Yes +- [ ] No +- [ ] Not yet, but planning to + +**Which backend(s) are relevant (if any)?** +- [ ] Electrum +- [ ] Esplora +- [ ] Bitcoin Core RPC +- [ ] None / not backend-related (e.g. `bdk_chain`, `bdk_core`) +- [ ] Other (please specify): `____` + +**Project or organization (optional)** + **Additional context** - \ No newline at end of file + \ No newline at end of file