From d84a5c00049a8fe5445952b0008c2cc806b9c29e Mon Sep 17 00:00:00 2001 From: Florence Bockting Date: Fri, 8 May 2026 10:58:55 +0300 Subject: [PATCH 1/2] add link to AI policy in About section --- about/index.qmd | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/about/index.qmd b/about/index.qmd index b69f846c..6933f5b1 100644 --- a/about/index.qmd +++ b/about/index.qmd @@ -74,6 +74,7 @@ We welcome new Stan contributors! * Code - If you'd like to contribute code, please consult the [Developer Process Wiki](https://github.com/stan-dev/stan/wiki/Developer-process-overview) +as well as Stan's [AI Contribution Policy](https://github.com/stan-dev/stan/wiki/AI-Contribution-Policy) or check out the GitHub issues on the Stan repositories for the tool that you'd like to contribute to and look for issues tagged "good first issue" or "help wanted". The GitHub issues as well as the Stan Forums and Stan slack channel are all good places @@ -178,8 +179,9 @@ form](https://numfocus.org/code-of-conduct). ### Software development process [Stan Developer Wiki](https://github.com/stan-dev/stan/wiki) includes -links to roadmap, developer process overview, and other useful -information about Stan software development process. +links to roadmap, developer process overview, Stan's +[AI Contribution Policy](https://github.com/stan-dev/stan/wiki/AI-Contribution-Policy) +and other useful information about Stan software development process. ## Acknowledgements From cee59605472b298a91f39624f51b2f4c80aa00de Mon Sep 17 00:00:00 2001 From: Florence Bockting Date: Fri, 8 May 2026 11:09:05 +0300 Subject: [PATCH 2/2] fix commas --- about/index.qmd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/about/index.qmd b/about/index.qmd index 6933f5b1..d7fa813e 100644 --- a/about/index.qmd +++ b/about/index.qmd @@ -74,7 +74,7 @@ We welcome new Stan contributors! * Code - If you'd like to contribute code, please consult the [Developer Process Wiki](https://github.com/stan-dev/stan/wiki/Developer-process-overview) -as well as Stan's [AI Contribution Policy](https://github.com/stan-dev/stan/wiki/AI-Contribution-Policy) +as well as Stan's [AI Contribution Policy](https://github.com/stan-dev/stan/wiki/AI-Contribution-Policy), or check out the GitHub issues on the Stan repositories for the tool that you'd like to contribute to and look for issues tagged "good first issue" or "help wanted". The GitHub issues as well as the Stan Forums and Stan slack channel are all good places @@ -179,8 +179,8 @@ form](https://numfocus.org/code-of-conduct). ### Software development process [Stan Developer Wiki](https://github.com/stan-dev/stan/wiki) includes -links to roadmap, developer process overview, Stan's -[AI Contribution Policy](https://github.com/stan-dev/stan/wiki/AI-Contribution-Policy) +links to the roadmap, developer process overview, Stan's +[AI Contribution Policy](https://github.com/stan-dev/stan/wiki/AI-Contribution-Policy), and other useful information about Stan software development process. ## Acknowledgements