From 1ab4d4804593bc35e051d00221a639bfed64a2c4 Mon Sep 17 00:00:00 2001
From: "allcontributors[bot]"
<46447321+allcontributors[bot]@users.noreply.github.com>
Date: Wed, 22 May 2024 11:47:35 +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 45ec9255..62bbe3f3 100644
--- a/README.md
+++ b/README.md
@@ -71,6 +71,13 @@ If your interest is in developing the package, check the [development guide](doc
+
From d69e8262c309e794f45bdfb6e60587d1720dec23 Mon Sep 17 00:00:00 2001
From: "allcontributors[bot]"
<46447321+allcontributors[bot]@users.noreply.github.com>
Date: Wed, 22 May 2024 11:47:36 +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 02fd8bf5..07ab3271 100644
--- a/docs/src/index.md
+++ b/docs/src/index.md
@@ -49,6 +49,13 @@ If your interest is in developing the package, check the [development guide](90-
+
From 20a1ae06a4abd804ddfb09df754f9c07924fe3d9 Mon Sep 17 00:00:00 2001
From: "allcontributors[bot]"
<46447321+allcontributors[bot]@users.noreply.github.com>
Date: Wed, 22 May 2024 11:47:37 +0000
Subject: [PATCH 3/3] docs: update .all-contributorsrc
---
.all-contributorsrc | 24 ++++++++++++++++++++++--
1 file changed, 22 insertions(+), 2 deletions(-)
diff --git a/.all-contributorsrc b/.all-contributorsrc
index 64052931..6f53aae2 100644
--- a/.all-contributorsrc
+++ b/.all-contributorsrc
@@ -1,5 +1,25 @@
{
"projectName": "COPIERTemplate.jl",
- "projectOwner": "Abel Soares Siqueira",
- "files": ["README.md", "docs/src/index.md"]
+ "projectOwner": "abelsiqueira",
+ "files": [
+ "README.md",
+ "docs/src/index.md"
+ ],
+ "commitType": "docs",
+ "commitConvention": "angular",
+ "contributorsPerLine": 7,
+ "contributors": [
+ {
+ "login": "abelsiqueira",
+ "name": "Abel Soares Siqueira",
+ "avatar_url": "https://avatars.githubusercontent.com/u/1068752?v=4",
+ "profile": "https://abelsiqueira.com",
+ "contributions": [
+ "code",
+ "projectManagement",
+ "doc",
+ "maintenance"
+ ]
+ }
+ ]
}