From ca0aa2365d601dd321e2856df7c6663f168e0ee3 Mon Sep 17 00:00:00 2001 From: Wenxuan Tan Date: Fri, 24 Jan 2025 00:36:25 -0600 Subject: [PATCH] [Issue template] Add checkbox asking for details to reproduce error (#6104) * Add checkbox asking about reproducing error * update * Update * Update checkbox --- .github/ISSUE_TEMPLATE/bug-report.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 9f1d504ad..3873e1c87 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -15,6 +15,26 @@ body: options: - label: I have searched the existing issues required: true + +- type: checkboxes + attributes: + label: The bug has not been fixed in the latest main branch + options: + - label: I have checked the latest main branch + required: true + +- type: dropdown + id: share_script + attributes: + label: Do you feel comfortable sharing a concise (minimal) script that reproduces the error? :) + description: If not, please share your setting/training config, and/or point to the line in the repo that throws the error. + If the issue is not easily reproducible by us, it will reduce the likelihood of getting responses. + options: + - Yes, I will share a minimal reproducible script. + - No, I prefer not to share. + validations: + required: true + - type: textarea attributes: label: 🐛 Describe the bug