This is an automated email from the ASF dual-hosted git repository.
jakevin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git
The following commit(s) were added to refs/heads/main by this push:
new 26cc3a881f minor: correct template (#5679)
26cc3a881f is described below
commit 26cc3a881f770563eb2040799cc9bf1ecfd036d7
Author: jakevin <[email protected]>
AuthorDate: Wed Mar 22 11:00:40 2023 +0800
minor: correct template (#5679)
---
.github/ISSUE_TEMPLATE/bug_report.md | 33 ------------------------------
.github/ISSUE_TEMPLATE/bug_report.yml | 27 ++++++++++++++++++++++++
.github/ISSUE_TEMPLATE/feature_request.md | 33 ------------------------------
.github/ISSUE_TEMPLATE/feature_request.yml | 26 +++++++++++++++++++++++
4 files changed, 53 insertions(+), 66 deletions(-)
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md
b/.github/ISSUE_TEMPLATE/bug_report.md
deleted file mode 100644
index 4799df8090..0000000000
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ /dev/null
@@ -1,33 +0,0 @@
-name: Bug report
-about: Create a report to help us improve
-title: ''
-labels: bug
-assignees: ''
-body:
-
-- type: textarea
- attributes:
- label: **Describe the bug**
- description: Describe the bug.
- placeholder: >
- A clear and concise description of what the bug is.
- validations:
- required: true
-
-- type: textarea
- attributes:
- label: **To Reproduce**
- placeholder: >
- Steps to reproduce the behavior:
-
-- type: textarea
- attributes:
- label: **Expected behavior**
- placeholder: >
- A clear and concise description of what you expected to happen.
-
-- type: textarea
- attributes:
- label: **Additional context**
- placeholder: >
- Add any other context about the problem here.
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml
b/.github/ISSUE_TEMPLATE/bug_report.yml
new file mode 100644
index 0000000000..a886cbd74c
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/bug_report.yml
@@ -0,0 +1,27 @@
+name: Bug report
+description: Create a report to help us improve
+labels: bug
+body:
+ - type: textarea
+ attributes:
+ label: Describe the bug
+ description: Describe the bug.
+ placeholder: >
+ A clear and concise description of what the bug is.
+ validations:
+ required: true
+ - type: textarea
+ attributes:
+ label: To Reproduce
+ placeholder: >
+ Steps to reproduce the behavior:
+ - type: textarea
+ attributes:
+ label: Expected behavior
+ placeholder: >
+ A clear and concise description of what you expected to happen.
+ - type: textarea
+ attributes:
+ label: Additional context
+ placeholder: >
+ Add any other context about the problem here.
diff --git a/.github/ISSUE_TEMPLATE/feature_request.md
b/.github/ISSUE_TEMPLATE/feature_request.md
deleted file mode 100644
index faef25687e..0000000000
--- a/.github/ISSUE_TEMPLATE/feature_request.md
+++ /dev/null
@@ -1,33 +0,0 @@
-name: Feature request
-about: Suggest an idea for this project
-title: ''
-labels: enhancement
-assignees: ''
-body:
-
-- type: textarea
- attributes:
- label: **Is your feature request related to a problem or challenge?**
- description: Please describe what you are trying to do.
- placeholder: >
- 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*)
-
-
-- type: textarea
- attributes:
- label: **Describe the solution you'd like**
- placeholder: >
- A clear and concise description of what you want to happen.
-
-- type: textarea
- attributes:
- label: **Describe alternatives you've considered**
- placeholder: >
- A clear and concise description of any alternative solutions or features
you've considered.
-
-- type: textarea
- attributes:
- label: **Additional context**
- placeholder: >
- Add any other context or screenshots about the feature request here.
diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml
b/.github/ISSUE_TEMPLATE/feature_request.yml
new file mode 100644
index 0000000000..2542b28dca
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/feature_request.yml
@@ -0,0 +1,26 @@
+name: Feature request
+description: Suggest an idea for this project
+labels: enhancement
+body:
+ - type: textarea
+ attributes:
+ label: Is your feature request related to a problem or challenge?
+ description: Please describe what you are trying to do.
+ placeholder: >
+ 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*)
+ - type: textarea
+ attributes:
+ label: Describe the solution you'd like
+ placeholder: >
+ A clear and concise description of what you want to happen.
+ - type: textarea
+ attributes:
+ label: Describe alternatives you've considered
+ placeholder: >
+ A clear and concise description of any alternative solutions or
features you've considered.
+ - type: textarea
+ attributes:
+ label: Additional context
+ placeholder: >
+ Add any other context or screenshots about the feature request here.