This is an automated email from the ASF dual-hosted git repository. rainyu pushed a commit to branch RainYuY-patch-1 in repository https://gitbox.apache.org/repos/asf/dubbo.git
commit b6fcf620a654f35c86e4989710de45de91b13cf0 Author: Rain Yu <[email protected]> AuthorDate: Thu Jan 8 15:45:26 2026 +0800 Enhance bug template with reproduction demo checkbox 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?
