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/18 14:10:19 UTC

[lucene-jira-archive] branch main updated: delete test templates

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 4c61670c delete test templates
4c61670c is described below

commit 4c61670c6132f047cda790890eeb333b98adb09f
Author: Tomoko Uchida <to...@gmail.com>
AuthorDate: Mon Jul 18 23:09:58 2022 +0900

    delete test templates
---
 .github/ISSUE_TEMPLATE/bug_report.yaml | 25 -------------------------
 .github/ISSUE_TEMPLATE/question.yaml   |  7 -------
 2 files changed, 32 deletions(-)

diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml
deleted file mode 100644
index 02a7d50f..00000000
--- a/.github/ISSUE_TEMPLATE/bug_report.yaml
+++ /dev/null
@@ -1,25 +0,0 @@
-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
-  - type: dropdown
-    id: component
-    attributes:
-      label: Lucene Component
-      options:
-        - component:module/analysis
-        - component:module/benchmark
-        - component:module/classification
diff --git a/.github/ISSUE_TEMPLATE/question.yaml b/.github/ISSUE_TEMPLATE/question.yaml
deleted file mode 100644
index f4465a32..00000000
--- a/.github/ISSUE_TEMPLATE/question.yaml
+++ /dev/null
@@ -1,7 +0,0 @@
-name: Question
-description: Question
-body:
-  - type: markdown
-    attributes:
-      value: |
-        Please send your question to [mailing lists](https://lucene.apache.org/core/discussion.html).