]> Untitled Git - bdk/commitdiff
chore: add metadata fields to issue templates for triage
authorWei Chen <wzc110@gmail.com>
Mon, 14 Jul 2025 08:34:52 +0000 (08:34 +0000)
committerWei Chen <wzc110@gmail.com>
Mon, 18 Aug 2025 07:11:04 +0000 (07:11 +0000)
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/enhancement_request.md

index 0708e293526703b18ae337566698963084fc7ec5..09e305849056ce1d64fc48900ccc70118340c206 100644 (file)
@@ -17,10 +17,24 @@ assignees: ''
 <!-- A clear and concise description of what you expected to happen. -->
 
 **Build environment**  
- - BDK tag/commit: <!-- e.g. v0.13.0, 3a07614 --> 
- - OS+version: <!-- e.g. ubuntu 20.04.01, macOS 12.0.1, windows -->  
- - Rust/Cargo version: <!-- e.g. 1.56.0 --> 
- - Rust/Cargo target: <!-- e.g. x86_64-apple-darwin, x86_64-unknown-linux-gnu, etc. -->  
+- BDK tag/commit: <!-- e.g. v0.13.0, 3a07614 --> 
+- OS+version: <!-- e.g. ubuntu 20.04.01, macOS 12.0.1, windows -->  
+- Rust/Cargo version: <!-- e.g. 1.56.0 --> 
+- Rust/Cargo target: <!-- e.g. x86_64-apple-darwin, x86_64-unknown-linux-gnu, etc. -->  
+
+**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)**  
+<!-- e.g. BitKey, LDK, personal wallet project, etc. -->
 
 **Additional context**  
-<!-- Add any other context about the problem here. --> 
+<!-- Add any other context, logs, or error messages here. -->
index 2525d5d097e23774a7a996ee566295a63d3ea1e9..469d093bb930046d5423ac937d53441733602e6c 100644 (file)
@@ -4,14 +4,33 @@ about: Request a new feature or change to an existing feature
 title: ''
 labels: 'enhancement'
 assignees: ''
-
 ---
 
 **Describe the enhancement**  
 <!-- A clear and concise description of what you would like added or changed. -->
 
 **Use case**  
-<!-- Tell us how you or others will use this new feature or change to an existing feature. --> 
+<!-- Tell us how you or others will use this new feature or change to an existing feature. -->
+
+**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)**
+<!-- e.g. BitKey, LDK, personal wallet project, etc. -->
 
 **Additional context**
-<!-- Add any other context about the enhancement here. --> 
\ No newline at end of file
+<!-- Add any other context, links, or design thoughts here. -->