This is an automated email from the ASF dual-hosted git repository.
earthchen pushed a commit to branch 3.3
in repository https://gitbox.apache.org/repos/asf/dubbo.git
The following commit(s) were added to refs/heads/3.3 by this push:
new 405bd9f06a Enhance bug template with reproduction demo checkbox
(#15977)
405bd9f06a is described below
commit 405bd9f06a97acd89c741d46ade4342e7fe4aac7
Author: Rain Yu <[email protected]>
AuthorDate: Fri Jan 9 11:26:06 2026 +0800
Enhance bug template with reproduction demo checkbox (#15977)
Added a checkbox for users to indicate if they have a minimal reproduction
demo, enhancing issue resolution efficiency.
---
.github/ISSUE_TEMPLATE/1-bug.yml | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/.github/ISSUE_TEMPLATE/1-bug.yml b/.github/ISSUE_TEMPLATE/1-bug.yml
index 9f6cc59a1e..3344e9b2be 100644
--- a/.github/ISSUE_TEMPLATE/1-bug.yml
+++ b/.github/ISSUE_TEMPLATE/1-bug.yml
@@ -118,6 +118,16 @@ body:
``` ``` blocks or inside a collapsable details tag if it's too long:
<details><summary>x.log</summary> lots of stuff </details>
+- type: checkboxes
+ attributes:
+ label: Do you have a (mini) reproduction demo?
+ description: >
+ This is not strictly required, but if you have one (a minimal
reproduction demo),
+ it will greatly help us resolve this issue efficiently.
+ Additionally, the community will prioritize this issue over others.
+ options:
+ - label: Yes, I have a minimal reproduction demo to help resolve this
issue more effectively!
+
- type: checkboxes
attributes:
label: Are you willing to submit a pull request to fix on your own?