From 1e51bb73f6dee38a42776be853052ec177a2f061 Mon Sep 17 00:00:00 2001 From: Edenzzzz Date: Sun, 27 Oct 2024 16:20:06 -0500 Subject: [PATCH 1/4] Add checkbox asking about reproducing error --- .github/ISSUE_TEMPLATE/bug-report.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 9f1d504adbd8..104c2f3fd882 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -15,6 +15,14 @@ body: options: - label: I have searched the existing issues required: true +- type: checkboxes + attributes: + label: Are you comfortable sharing a minimal script that reproduces the bug? + options: + - label: Yes, I will share a script below + - label: No, I prefer not to share (then please describe training config and link to the line in our repo where error occurs) + required: true + - type: textarea attributes: label: 🐛 Describe the bug From 8cf8b629e1fe588b5e827edb71876e64782748d0 Mon Sep 17 00:00:00 2001 From: Edenzzzz Date: Sun, 27 Oct 2024 18:33:32 -0500 Subject: [PATCH 2/4] update --- .github/ISSUE_TEMPLATE/bug-report.yml | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 104c2f3fd882..bbcfce1178fe 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -15,13 +15,17 @@ body: options: - label: I have searched the existing issues required: true -- type: checkboxes + +- type: dropdown + id: share_script attributes: - label: Are you comfortable sharing a minimal script that reproduces the bug? + label: Do you feel comfortable sharing a succinct (minimal) script that reproduces the error? + description: If not, please describe your setting/training config. Please also put a link to the line in our repo that throws the error. options: - - label: Yes, I will share a script below - - label: No, I prefer not to share (then please describe training config and link to the line in our repo where error occurs) - required: true + - Yes, I will share a minimal reproducible script + - No, I prefer not to share a script + validations: + required: true - type: textarea attributes: From 3509da4e5e46b155d6cb95fd3c96f2e27e8eb63e Mon Sep 17 00:00:00 2001 From: Edenzzzz Date: Sun, 10 Nov 2024 15:03:46 -0600 Subject: [PATCH 3/4] Update --- .github/ISSUE_TEMPLATE/bug-report.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index bbcfce1178fe..37efa04bc93c 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -19,11 +19,11 @@ body: - type: dropdown id: share_script attributes: - label: Do you feel comfortable sharing a succinct (minimal) script that reproduces the error? - description: If not, please describe your setting/training config. Please also put a link to the line in our repo that throws the error. + label: Do you feel comfortable sharing a succinct (minimal) script that reproduces the error? :) + description: If not, please share your setting/training config, and point to the line in the repo that throws the error if applicable. options: - - Yes, I will share a minimal reproducible script - - No, I prefer not to share a script + - Yes, I will share a minimal reproducible script. + - No, I prefer not to share. validations: required: true From c3c442a214fd8bc369731152146ab274e179822d Mon Sep 17 00:00:00 2001 From: Edenzzzz Date: Tue, 12 Nov 2024 22:02:26 -0600 Subject: [PATCH 4/4] Update checkbox --- .github/ISSUE_TEMPLATE/bug-report.yml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 37efa04bc93c..3873e1c87e82 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -16,11 +16,19 @@ body: - 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 succinct (minimal) script that reproduces the error? :) - description: If not, please share your setting/training config, and point to the line in the repo that throws the error if applicable. + 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.