Skip to content
Open
Show file tree
Hide file tree
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
5 changes: 5 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,11 @@ publicly on the [arrow-dev mailing-list](https://mail-archives.apache.org/mod_mb

You can also ask on the mailing-list, see above.

## Are you using AI coding tools?

Please review our [AI-generated code guidance](https://arrow.apache.org/docs/dev/developers/overview.html#ai-generated-code)
before submitting AI-assisted contributions.

## Further information

Please read our [development documentation](https://arrow.apache.org/docs/developers/index.html)
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@ on git main.

Please read our latest [project contribution guide][4].

If you are using AI coding tools, please review our
[AI-generated code guidance][7].

## Getting involved

Even if you do not plan to contribute to Apache Arrow itself or Arrow
Expand All @@ -114,3 +117,4 @@ We use [AWS][6] for some of the required infrastructure for the project.
[4]: https://arrow.apache.org/docs/dev/developers/index.html
[5]: https://runs-on.com/
[6]: https://aws.amazon.com/
[7]: https://arrow.apache.org/docs/dev/developers/overview.html#ai-generated-code
5 changes: 5 additions & 0 deletions docs/source/developers/guide/communication.rst
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,11 @@ It is announced on the development mailing list together with the link to join.
.. seealso::
More information and links for subscribing to the mailing lists `can be found here <https://arrow.apache.org/community/>`_.

.. note::
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice 👍

Using AI tools to help with phrasing or grammar is fine. However, please don't
use AI to generate questions on your behalf - we want to help you, not your
AI assistant.

Recommended learning resources
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down
3 changes: 3 additions & 0 deletions docs/source/developers/overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,9 @@ the following:
* Watch for AI's tendency to generate overly verbose comments, unnecessary
test cases, and incorrect fixes
* Break down large PRs into smaller ones to make review easier
* Avoid pinging maintainers to request reviews; most maintainers have
limited time, and we will review PRs as bandwidth allows. AI agents
should never tag or ping maintainers.

PR authors are also responsible for disclosing any copyrighted materials in
submitted contributions. See the `ASF's guidance on AI-generated code
Expand Down
Loading