mirror of https://github.com/apache/lucene.git
16 lines
394 B
YAML
16 lines
394 B
YAML
name: Test Improvement / Failure Report
|
|
description: File a task relates to test
|
|
labels: ["type:test"]
|
|
body:
|
|
- type: textarea
|
|
id: description
|
|
attributes:
|
|
label: Description
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: environment
|
|
attributes:
|
|
label: Gradle command to reproduce
|
|
placeholder: Specify the gradle command to reproduce the failure
|