You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by to...@apache.org on 2022/07/15 13:13:20 UTC

[lucene-jira-archive] branch main updated: Create a test issue template

This is an automated email from the ASF dual-hosted git repository.

tomoko pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/lucene-jira-archive.git


The following commit(s) were added to refs/heads/main by this push:
     new eeaa5e4c Create a test issue template
eeaa5e4c is described below

commit eeaa5e4c361ed7542846a2ffe6cf738a21be5499
Author: Tomoko Uchida <to...@gmail.com>
AuthorDate: Fri Jul 15 22:13:16 2022 +0900

    Create a test issue template
---
 .github/ISSUE_TEMPLATE/bug_report.md | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
new file mode 100644
index 00000000..4702383e
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -0,0 +1,17 @@
+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: version
+    attributes:
+      label: Version and Environments
+      placeholder: Specify what Lucene version you are using and/or environment information (e.g., OS, Java version) 
+    validations:
+      requires: false