Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MINOR: [Docs] Remove mention of JIRA issues in the contributing PR checklist #44091

Merged
merged 1 commit into from
Sep 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions docs/source/developers/overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,6 @@ When contributing a patch, use this list as a checklist of Apache Arrow workflow
* So that your pull request syncs with the GitHub issue, **prefix your pull request
title with the GitHub issue id** (ex:
`GH-14866: [C++] Remove internal GroupBy implementation <https://github.com/apache/arrow/pull/14867>`_).
Similarly **prefix your pull request name with the JIRA issue id** (ex:
`ARROW-767: [C++] Filesystem abstraction <https://github.com/apache/arrow/pull/4225>`_)
in case the issue is still located in Jira.
* Give the pull request a **clear, brief description**: when the pull request is
merged, this will be retained in the extended commit message.
* Make sure that your code **passes the unit tests**. You can find instructions how
Expand Down
Loading