mirror of https://github.com/apache/lucene.git
16 lines
408 B
YAML
16 lines
408 B
YAML
name: Bug Report
|
|
description: File a bug report
|
|
labels: ["type:bug"]
|
|
body:
|
|
- type: textarea
|
|
id: description
|
|
attributes:
|
|
label: Description
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: environment
|
|
attributes:
|
|
label: Version and environment details
|
|
placeholder: Specify what Lucene version you are using and/or environment details (e.g., OS and JVM runtime)
|