Make the AI Policy more visible to newcomers (#23420)

# Objective

We adopted an AI Policy regarding LLM assisted/generated PRs, but due to
https://github.com/bevyengine/bevy/pull/23276 slipping through, it
became clear this wasn't being surfaced to newcomers more easily,
leading to some confusion.

So to alleviate concerns raised by
https://github.com/bevyengine/bevy/issues/23418, we should rectify that.

## Solution

Simple, just link the AI Policy directly to newcomers. Links added to
the welcoming message and the CONTRIBUTING.md should at least allow a
more immediate notice to new contributors about our stance on AI
usage/contributions.

Further work is updating the Introduction page on the website to also
link to the AI Policy, perhaps with a more summarised explanation. If
this policy is important, it needs to be aggressively linked to and
mentioned so that readers find their way to it more easily.

## Testing

How do we test the welcoming message function? 😄
This commit is contained in:
Gonçalo Rica Pais da Silva
2026-03-19 09:11:05 +01:00
committed by GitHub
parent 48d9d13bde
commit bd0eee73dc
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -45,5 +45,5 @@ jobs:
repo: context.repo.repo, repo: context.repo.repo,
body: `**Welcome**, new contributor! body: `**Welcome**, new contributor!
Please make sure you've read our [contributing guide](https://bevy.org/learn/contribute/introduction) and we look forward to reviewing your pull request shortly ✨` Please make sure you've read our [contributing guide](https://bevy.org/learn/contribute/introduction), as well as our [policy regarding AI usage](https://bevy.org/learn/contribute/policies/ai/), and we look forward to reviewing your pull request shortly ✨`
}) })
+1 -1
View File
@@ -1,4 +1,4 @@
# Contributing to Bevy # Contributing to Bevy
If you'd like to help build Bevy, start by reading this If you'd like to help build Bevy, start by reading this
[introduction](https://bevy.org/learn/contribute/introduction). Thanks for contributing! [introduction](https://bevy.org/learn/contribute/introduction), as well as our [policy regarding AI usage](https://bevy.org/learn/contribute/policies/ai/). Thanks for contributing!