This is an automated email from the ASF dual-hosted git repository.
coolfrog pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-horaedb.git
The following commit(s) were added to refs/heads/main by this push:
new 784fd09c chore: fix github issue template (#1470)
784fd09c is described below
commit 784fd09cc58a74c058a3f6f6533add6f09caa294
Author: CooooolFrog <[email protected]>
AuthorDate: Mon Jan 29 11:29:00 2024 +0800
chore: fix github issue template (#1470)
## Rationale
After HoraeMeta was merged, there were more useless template files.
## Detailed Changes
* Remove useless template files.
## Test Plan
No need.
---
.github/ISSUE_TEMPLATE/bug_report.md | 30 ------------------------------
.github/ISSUE_TEMPLATE/feature_request.md | 25 -------------------------
.github/ISSUE_TEMPLATE/question.md | 24 ------------------------
3 files changed, 79 deletions(-)
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md
b/.github/ISSUE_TEMPLATE/bug_report.md
deleted file mode 100644
index 21d9cea0..00000000
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ /dev/null
@@ -1,30 +0,0 @@
----
-name: Bug report
-about: Create a report to help us improve
-labels: bug
----
-
-**Describe this problem**
-
-<!---
-What this problem is and what happened.
--->
-
-**Steps to reproduce**
-
-<!---
-How to reproduce this problem.
--->
-
-**Expected behavior**
-
-<!---
-What is expected.
--->
-
-**Additional Information**
-
-<!---
-If possible, please attach other context you think may relate to this problem.
Like *runtime environment*, *modified config*, *error log* etc.
--->
-
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md
b/.github/ISSUE_TEMPLATE/feature_request.md
deleted file mode 100644
index b3bfa2db..00000000
--- a/.github/ISSUE_TEMPLATE/feature_request.md
+++ /dev/null
@@ -1,25 +0,0 @@
----
-name: Feature request
-about: Suggest an idea for HoraeDB
-labels: enhancement
----
-
-**Description**
-
-<!---
-A clear and concise description of what the problem is. Ex. I'm always
frustrated when [...]
-(This section helps Arrow developers understand the context and *why* for this
feature, in addition to the *what*)
--->
-
-**Proposal**
-
-<!---
-Maybe you have considered some ideas or solutions about this feature.
--->
-
-**Additional context**
-
-<!---
-Add any other context or screenshots about the feature request here.
--->
-
diff --git a/.github/ISSUE_TEMPLATE/question.md
b/.github/ISSUE_TEMPLATE/question.md
deleted file mode 100644
index 396bd466..00000000
--- a/.github/ISSUE_TEMPLATE/question.md
+++ /dev/null
@@ -1,24 +0,0 @@
----
-name: Question
-about: Ask question about HoraeDB
-labels: question
----
-
-**Which part is this question about**
-
-<!---
-Is it code base, usage, deployment, documentation or some other part?
--->
-
-**Describe your question**
-
-<!---
-A clear and concise description of what the question is.
--->
-
-**Additional context**
-
-<!---
-Add any other context about the problem here.
--->
-
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]