diff --git a/docs/source/developers/overview.rst b/docs/source/developers/overview.rst index 5a18b1e4eb8db..7e38dcb8ebc85 100644 --- a/docs/source/developers/overview.rst +++ b/docs/source/developers/overview.rst @@ -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 `_). - Similarly **prefix your pull request name with the JIRA issue id** (ex: - `ARROW-767: [C++] Filesystem abstraction `_) - 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