mirror of
https://github.com/vale981/ray
synced 2025-03-06 02:21:39 -05:00
add versions as a bug report requirement. (#19282)
* add versions as a req * .
This commit is contained in:
parent
9226f9bddc
commit
cbbd349df9
1 changed files with 9 additions and 0 deletions
9
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
9
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
|
@ -55,6 +55,15 @@ body:
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
|
- type: textarea
|
||||||
|
attributes:
|
||||||
|
label: Versions / Dependencies
|
||||||
|
description: Please specify the versions of Ray, Python, OS, and other libraries that are used.
|
||||||
|
placeholder: >
|
||||||
|
Please specify the versions of dependencies.
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Reproduction script
|
label: Reproduction script
|
||||||
|
|
Loading…
Add table
Reference in a new issue