From 319e17f864d8c3d7c07d32926552b21e86fe15fa Mon Sep 17 00:00:00 2001
From: "allcontributors[bot]"
<46447321+allcontributors[bot]@users.noreply.github.com>
Date: Sat, 9 May 2026 15:09:54 +0000
Subject: [PATCH 1/3] docs: update README.md
---
README.md | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/README.md b/README.md
index 294cf85..3dfc73a 100644
--- a/README.md
+++ b/README.md
@@ -81,6 +81,13 @@ If you want to contribute, start with the [contributing guide on GitHub](docs/sr
+
From aa03002202104f56e609d5ac7bf0ec0215d10079 Mon Sep 17 00:00:00 2001
From: "allcontributors[bot]"
<46447321+allcontributors[bot]@users.noreply.github.com>
Date: Sat, 9 May 2026 15:09:55 +0000
Subject: [PATCH 2/3] docs: update docs/src/index.md
---
docs/src/index.md | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/docs/src/index.md b/docs/src/index.md
index aad1ed0..4a2f20f 100644
--- a/docs/src/index.md
+++ b/docs/src/index.md
@@ -117,6 +117,13 @@ See [Getting Started](10-getting-started.md) for worked examples and guidance on
+
From 7c8e4d23e83ec7adf486b4411a49729c0f72b0d1 Mon Sep 17 00:00:00 2001
From: "allcontributors[bot]"
<46447321+allcontributors[bot]@users.noreply.github.com>
Date: Sat, 9 May 2026 15:09:56 +0000
Subject: [PATCH 3/3] docs: update .all-contributorsrc
---
.all-contributorsrc | 26 ++++++++++++++++++++++++--
1 file changed, 24 insertions(+), 2 deletions(-)
diff --git a/.all-contributorsrc b/.all-contributorsrc
index 2d0c46e..f9a1e8a 100644
--- a/.all-contributorsrc
+++ b/.all-contributorsrc
@@ -1,5 +1,27 @@
{
- "projectName": "ParallelMCMC",
+ "projectName": "ParallelMCMC.jl",
"projectOwner": "rsenne",
- "files": ["README.md", "docs/src/index.md"]
+ "files": [
+ "README.md",
+ "docs/src/index.md"
+ ],
+ "commitType": "docs",
+ "commitConvention": "angular",
+ "contributorsPerLine": 7,
+ "contributors": [
+ {
+ "login": "rsenne",
+ "name": "Ryan Senne",
+ "avatar_url": "https://avatars.githubusercontent.com/u/50930199?v=4",
+ "profile": "https://github.com/rsenne",
+ "contributions": [
+ "code",
+ "maintenance",
+ "test",
+ "ideas",
+ "review",
+ "doc"
+ ]
+ }
+ ]
}