From 06ec0ca5376e6e4dd791f83264d486b09fb4f02d Mon Sep 17 00:00:00 2001
From: "allcontributors[bot]"
<46447321+allcontributors[bot]@users.noreply.github.com>
Date: Tue, 5 Dec 2023 20:19:01 +0000
Subject: [PATCH 1/3] docs: update README.md [skip ci]
---
README.md | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/README.md b/README.md
index 0603e7da..da17b5f9 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,7 @@
# DNA Diffusion
+
+[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)
+
@@ -224,3 +227,25 @@ hatch run docs-serve
```
This will automatically watch for changes in your code.
+
+## Contributors ✨
+
+Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
+
+
+
+
+
+
+
+
+
+
+
+This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
\ No newline at end of file
From cef23e7db7f64309869dbc5836cef59d60a64ac9 Mon Sep 17 00:00:00 2001
From: "allcontributors[bot]"
<46447321+allcontributors[bot]@users.noreply.github.com>
Date: Tue, 5 Dec 2023 20:19:02 +0000
Subject: [PATCH 2/3] docs: create .all-contributorsrc [skip ci]
---
.all-contributorsrc | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
create mode 100644 .all-contributorsrc
diff --git a/.all-contributorsrc b/.all-contributorsrc
new file mode 100644
index 00000000..6fdd5891
--- /dev/null
+++ b/.all-contributorsrc
@@ -0,0 +1,26 @@
+{
+ "files": [
+ "README.md"
+ ],
+ "imageSize": 100,
+ "commit": false,
+ "commitType": "docs",
+ "commitConvention": "angular",
+ "contributors": [
+ {
+ "login": "lucapinello",
+ "name": "Luca Pinello",
+ "avatar_url": "https://avatars.githubusercontent.com/u/1081322?v=4",
+ "profile": "http://pinellolab.org",
+ "contributions": [
+ "ideas"
+ ]
+ }
+ ],
+ "contributorsPerLine": 7,
+ "skipCi": true,
+ "repoType": "github",
+ "repoHost": "https://github.com",
+ "projectName": "DNA-Diffusion",
+ "projectOwner": "pinellolab"
+}
From acb75a0518fb13d1c15ce8c8486a3823bdfcd000 Mon Sep 17 00:00:00 2001
From: Cameron Smith
Date: Tue, 5 Dec 2023 15:34:36 -0500
Subject: [PATCH 3/3] update .all-contributorsrc [skip ci]
Signed-off-by: Cameron Smith
---
.all-contributorsrc | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/.all-contributorsrc b/.all-contributorsrc
index 90abad27..41fa84cf 100644
--- a/.all-contributorsrc
+++ b/.all-contributorsrc
@@ -7,15 +7,6 @@
"commitType": "docs",
"commitConvention": "angular",
"contributors": [
- {
- "login": "lucapinello",
- "name": "Luca Pinello",
- "avatar_url": "https://avatars.githubusercontent.com/u/1081322?v=4",
- "profile": "http://pinellolab.org",
- "contributions": [
- "ideas"
- ]
- },
{
"login": "LucasSilvaFerreira",
"name": "Lucas Ferreira da Silva",
@@ -25,6 +16,15 @@
"ideas",
"code"
]
+ },
+ {
+ "login": "lucapinello",
+ "name": "Luca Pinello",
+ "avatar_url": "https://avatars.githubusercontent.com/u/1081322?v=4",
+ "profile": "http://pinellolab.org",
+ "contributions": [
+ "ideas"
+ ]
}
],
"contributorsPerLine": 7,