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 20e5100d25 community: improve issue template (#5668)
20e5100d25 is described below

commit 20e5100d2516a41c7adc45b4ce44674f0db6d73c
Author: jakevin <[email protected]>
AuthorDate: Wed Mar 22 10:44:26 2023 +0800

    community: improve issue template (#5668)
---
 .github/ISSUE_TEMPLATE/bug_report.md      | 43 +++++++++++++++++--------------
 .github/ISSUE_TEMPLATE/feature_request.md | 42 ++++++++++++++++--------------
 2 files changed, 47 insertions(+), 38 deletions(-)

diff --git a/.github/ISSUE_TEMPLATE/bug_report.md 
b/.github/ISSUE_TEMPLATE/bug_report.md
index dbdfba153a..4799df8090 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -1,28 +1,33 @@
----
 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
 
-**Describe the bug**
-<!--
-A clear and concise description of what the bug is.
--->
+- type: textarea
+  attributes:
+  label: **To Reproduce**
+  placeholder: >
+  Steps to reproduce the behavior:
 
-**To Reproduce**
-<!--
-Steps to reproduce the behavior:
--->
+- type: textarea
+  attributes:
+  label: **Expected behavior**
+  placeholder: >
+  A clear and concise description of what you expected to happen.
 
-**Expected behavior**
-<!--
-A clear and concise description of what you expected to happen.
--->
-
-**Additional context**
-<!--
-Add any other context about the problem here.
--->
+- 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
index d7aad5e776..faef25687e 100644
--- a/.github/ISSUE_TEMPLATE/feature_request.md
+++ b/.github/ISSUE_TEMPLATE/feature_request.md
@@ -1,29 +1,33 @@
----
 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*)
 
-**Is your feature request related to a problem or challenge? Please describe 
what you are trying to do.**
-<!--
-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*)
--->
 
-**Describe the solution you'd like**
-<!--
-A clear and concise description of what you want to happen.
--->
+- type: textarea
+  attributes:
+  label: **Describe the solution you'd like**
+  placeholder: >
+  A clear and concise description of what you want to happen.
 
-**Describe alternatives you've considered**
-<!--
-A clear and concise description of any alternative solutions or features 
you've considered.
--->
+- type: textarea
+  attributes:
+  label: **Describe alternatives you've considered**
+  placeholder: >
+  A clear and concise description of any alternative solutions or features 
you've considered.
 
-**Additional context**
-<!--
-Add any other context or screenshots about the feature request here.
--->
+- type: textarea
+  attributes:
+  label: **Additional context**
+  placeholder: >
+  Add any other context or screenshots about the feature request here.

Reply via email to