From f72698a0ca35bf5b07986fd44b356ab5164c3884 Mon Sep 17 00:00:00 2001 From: Florence Bockting Date: Mon, 11 May 2026 09:12:52 +0300 Subject: [PATCH] add AI contribution policy to CONTRIBUTING.md --- .github/CONTRIBUTING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index f2a41d2a0f4..3e5f3d3a88f 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -3,6 +3,8 @@ Thanks for reading! We love contributions from everyone in the form of good discussion, issues, and pull requests. This is the short version. There's more information on the [documentation site](https://mc-stan.org/math/developer_guide.html). + +All contributions must follow the [Stan AI Contribution Policy](https://github.com/stan-dev/stan/wiki/AI-Contribution-Policy). ## Issues We reserve [issues](https://github.com/stan-dev/math/issues) for bugs and feature requests that are defined well enough for a developer to tackle. If you have general questions about the Math library, please see the [Discussion](#discussion) section.