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

alamb 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 eb9541380 Comment out description fields in issue templates (#5482)
eb9541380 is described below

commit eb9541380964a5fd5aa92302a82ec189c3be792e
Author: Jeffrey <[email protected]>
AuthorDate: Mon Mar 6 01:12:08 2023 +1100

    Comment out description fields in issue templates (#5482)
---
 .github/ISSUE_TEMPLATE/bug_report.md      | 8 ++++++++
 .github/ISSUE_TEMPLATE/feature_request.md | 8 ++++++++
 2 files changed, 16 insertions(+)

diff --git a/.github/ISSUE_TEMPLATE/bug_report.md 
b/.github/ISSUE_TEMPLATE/bug_report.md
index 5600dab98..dbdfba153 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -8,13 +8,21 @@ assignees: ''
 ---
 
 **Describe the bug**
+<!--
 A clear and concise description of what the bug is.
+-->
 
 **To Reproduce**
+<!--
 Steps to reproduce the behavior:
+-->
 
 **Expected behavior**
+<!--
 A clear and concise description of what you expected to happen.
+-->
 
 **Additional context**
+<!--
 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 d9883dd45..d7aad5e77 100644
--- a/.github/ISSUE_TEMPLATE/feature_request.md
+++ b/.github/ISSUE_TEMPLATE/feature_request.md
@@ -8,14 +8,22 @@ assignees: ''
 ---
 
 **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.
+-->
 
 **Describe alternatives you've considered**
+<!--
 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.
+-->

Reply via email to