From 017f4416d0dc25d59a7558750533a93b3b5d8f38 Mon Sep 17 00:00:00 2001 From: Lawrence Chen <54008264+lawrencecchen@users.noreply.github.com> Date: Thu, 5 Mar 2026 01:48:09 -0800 Subject: [PATCH] Prompt bug reporters to test NIGHTLY (#930) --- .github/ISSUE_TEMPLATE/bug_report.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 0b5735eb..81a47cdc 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -46,6 +46,18 @@ body: validations: required: true + - type: dropdown + id: nightly-repro + attributes: + label: Can you reproduce this on cmux NIGHTLY? + description: "Please test with the latest NIGHTLY build first: https://github.com/manaflow-ai/cmux?tab=readme-ov-file#nightly-builds" + options: + - Yes, it still reproduces on NIGHTLY + - No, it does not reproduce on NIGHTLY + - I could not test NIGHTLY + validations: + required: true + - type: textarea id: description attributes: