From 8fc40fc02116482603c28edbba496305a0b8b0e6 Mon Sep 17 00:00:00 2001 From: Dane Pitkin Date: Tue, 9 Jul 2024 00:17:31 -0400 Subject: [PATCH] MINOR: [Java] Update issue management config in pom.xml (#43191) ### Rationale for this change Update the issue management config in Java's parent pom. ### What changes are included in this PR? * Change issue management config from Jira to GitHub ### Are these changes tested? n/a Authored-by: Dane Pitkin Signed-off-by: Sutou Kouhei --- .github/CONTRIBUTING.md | 8 ++++---- java/pom.xml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 37a1be7d2c00b..beb126eaf9496 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -40,7 +40,7 @@ We prefer to receive contributions in the form of GitHub pull requests. Please send pull requests against the [github.com/apache/arrow][4] repository following the procedure below. -If you are looking for some ideas on what to contribute, check out the [JIRA +If you are looking for some ideas on what to contribute, check out the [GitHub issues][3] for the Apache Arrow project. Comment on the issue and/or contact [dev@arrow.apache.org](https://lists.apache.org/list.html?dev@arrow.apache.org) with your questions and ideas. @@ -53,8 +53,8 @@ To contribute a patch: 1. Break your work into small, single-purpose patches if possible. It’s much harder to merge in a large change with a lot of disjoint features. -2. If one doesn't already exist, create a JIRA for your patch on the [Arrow Project -JIRA](https://issues.apache.org/jira/browse/ARROW). +2. If one doesn't already exist, create a GitHub issue for your patch on the [Arrow Project +GitHub](https://github.com/apache/arrow/issues). 3. Submit the patch as a GitHub pull request against the main branch. For a tutorial, see the GitHub guides on [forking a repo](https://help.github.com/en/articles/fork-a-repo) and [sending a pull request](https://help.github.com/en/articles/creating-a-pull-request-from-a-fork). So that your pull request syncs with the JIRA issue, prefix your pull request @@ -68,5 +68,5 @@ Thank you in advance for your contributions! [1]: mailto:dev-subscribe@arrow.apache.org [2]: https://github.com/apache/arrow/tree/main/format -[3]: https://issues.apache.org/jira/browse/ARROW +[3]: https://github.com/apache/arrow/issues [4]: https://github.com/apache/arrow diff --git a/java/pom.xml b/java/pom.xml index 0756128ee31b8..2cc3efc29ff13 100644 --- a/java/pom.xml +++ b/java/pom.xml @@ -81,8 +81,8 @@ under the License. - Jira - https://issues.apache.org/jira/browse/arrow + GitHub + https://github.com/apache/arrow/issues