This is an automated email from the ASF dual-hosted git repository.
kou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/master by this push:
new 5b7c768e14 GH-34175: [Docs] Remove Jira from .github/CONTRIBUTING.md
(#34205)
5b7c768e14 is described below
commit 5b7c768e141588c6ba7af727fca049015e61ad25
Author: David Li <[email protected]>
AuthorDate: Wed Feb 15 15:06:23 2023 -0500
GH-34175: [Docs] Remove Jira from .github/CONTRIBUTING.md (#34205)
### Rationale for this change
We no longer use Jira.
### What changes are included in this PR?
Recommend GitHub issues for questions, bugs, and feature requests, instead
of Jira. GitHub prefers to show this file over others when present.
* Closes: #34175
Authored-by: David Li <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
---
.github/CONTRIBUTING.md | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md
index 249f159ec4..3a86a4ab6c 100644
--- a/.github/CONTRIBUTING.md
+++ b/.github/CONTRIBUTING.md
@@ -28,11 +28,11 @@ There are many ways to contribute to Apache Arrow:
## Reporting bugs and asking questions
-We support GitHub issues as a lightweight way to ask questions and engage with
-the Arrow developer community. We use [JIRA][3] for maintaining a queue of
-development work and as the public record for work on the project. So, feel
-free to open GitHub issues, but bugs and feature requests will eventually need
-to end up in JIRA, either before or after completing a pull request.
+We use GitHub issues for questions, maintaining a queue of development
+work, and as the public record for work on the project. Feel free to
+open issues for discussions, bugs, and feature requests. Questions may
+also be asked on the user mailing list
+[[email protected]](https://lists.apache.org/[email protected]).
## How to contribute patches