Prompt bug reporters to test NIGHTLY (#930)

This commit is contained in:
Lawrence Chen 2026-03-05 01:48:09 -08:00 committed by GitHub
parent bf28f5df4b
commit 017f4416d0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -46,6 +46,18 @@ body:
validations: validations:
required: true 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 - type: textarea
id: description id: description
attributes: attributes: