diff --git a/.github/workflows/welcome.yml b/.github/workflows/welcome.yml index 716f0af82e..08b954a2ea 100644 --- a/.github/workflows/welcome.yml +++ b/.github/workflows/welcome.yml @@ -45,5 +45,5 @@ jobs: repo: context.repo.repo, 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 ✨` }) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 887318f22a..c23b604f97 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,4 +1,4 @@ # Contributing to Bevy 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!