Prompt bug reporters to test NIGHTLY (#930)
This commit is contained in:
parent
bf28f5df4b
commit
017f4416d0
1 changed files with 12 additions and 0 deletions
12
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
12
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue