This is an automated email from the ASF dual-hosted git repository.
raulcd pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/main by this push:
new 21c9628392 GH-45883: [Docs] Update GitHub Issue Template for GitHub
Discussions (#45884)
21c9628392 is described below
commit 21c96283927bbdd1487e30d0d3741b1d63953d9e
Author: Bryce Mecum <[email protected]>
AuthorDate: Mon Mar 24 02:11:00 2025 -0700
GH-45883: [Docs] Update GitHub Issue Template for GitHub Discussions
(#45884)
### Rationale for this change
Closes https://github.com/apache/arrow/issues/45883.
### What changes are included in this PR?
- Updated template for new issues
### Are these changes tested?
- Proofread
### Are there any user-facing changes?
No.
* GitHub Issue: #45883
Authored-by: Bryce Mecum <[email protected]>
Signed-off-by: Raúl Cumplido <[email protected]>
---
.github/ISSUE_TEMPLATE/usage_question.yaml | 13 ++++++++-----
1 file changed, 8 insertions(+), 5 deletions(-)
diff --git a/.github/ISSUE_TEMPLATE/usage_question.yaml
b/.github/ISSUE_TEMPLATE/usage_question.yaml
index 3c232dd931..7f461c5675 100644
--- a/.github/ISSUE_TEMPLATE/usage_question.yaml
+++ b/.github/ISSUE_TEMPLATE/usage_question.yaml
@@ -23,12 +23,14 @@ body:
- type: markdown
attributes:
value: >
- While we enable issues as a mechanism for new contributors and
+ While we enable Issues as a mechanism for new contributors and
passers-by who are unfamiliar with Apache Software Foundation projects
to ask questions and interact with the project, we encourage users to
- ask such questions on the [public mailing
- lists](https://arrow.apache.org/community/) as these provide higher
- visibility than GitHub issues:
+ ask such questions using either [GitHub
+ Discussions](https://github.com/apache/arrow/discussions) or the
mailing
+ lists.
+
+ If you prefer to use the mailing lists,
* For usage questions, please email [email protected] (first
subscribe by sending an e-mail to [email protected]).
@@ -41,7 +43,8 @@ body:
page](https://arrow.apache.org/community/) for more information on the
mailing lists as well as for a link to the searchable archives.
- Do not be surprised by responses to issues raised here directing you
to those
+ Do not be surprised by responses to Issues raised here directing you to
+ [Discussions](https://github.com/apache/arrow/discussions) or the
mailing lists, or to report a bug or feature request here.
Thank you!