Skip to content

Commit 355aa38

Browse files
authored
Merge pull request #2 from DEEPDIP-project/all-contributors/add-SCiarella
docs: add SCiarella as a contributor for code, test, and maintenance
2 parents 6b181e4 + 8d53b6f commit 355aa38

File tree

3 files changed

+35
-2
lines changed

3 files changed

+35
-2
lines changed

.all-contributorsrc

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
{
2-
"projectName": "ConvolutionalNeuralOperators",
2+
"projectName": "ConvolutionalNeuralOperator.jl",
33
"projectOwner": "DEEPDIP-project",
4-
"files": ["README.md", "docs/src/index.md"]
4+
"files": [
5+
"README.md",
6+
"docs/src/index.md"
7+
],
8+
"commitType": "docs",
9+
"commitConvention": "angular",
10+
"contributorsPerLine": 7,
11+
"contributors": [
12+
{
13+
"login": "SCiarella",
14+
"name": "SCiarella",
15+
"avatar_url": "https://avatars.githubusercontent.com/u/58949181?v=4",
16+
"profile": "https://github.com/SCiarella",
17+
"contributions": [
18+
"code",
19+
"test",
20+
"maintenance"
21+
]
22+
}
23+
]
524
}

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,13 @@ If you want to make contributions of any kind, please first that a look into our
4141
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
4242
<!-- prettier-ignore-start -->
4343
<!-- markdownlint-disable -->
44+
<table>
45+
<tbody>
46+
<tr>
47+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/SCiarella"><img src="https://avatars.githubusercontent.com/u/58949181?v=4?s=100" width="100px;" alt="SCiarella"/><br /><sub><b>SCiarella</b></sub></a><br /><a href="#code-SCiarella" title="Code">💻</a> <a href="#test-SCiarella" title="Tests">⚠️</a> <a href="#maintenance-SCiarella" title="Maintenance">🚧</a></td>
48+
</tr>
49+
</tbody>
50+
</table>
4451

4552
<!-- markdownlint-restore -->
4653
<!-- prettier-ignore-end -->

docs/src/index.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@ Documentation for [ConvolutionalNeuralOperators](https://github.com/DEEPDIP-proj
1212
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
1313
<!-- prettier-ignore-start -->
1414
<!-- markdownlint-disable -->
15+
<table>
16+
<tbody>
17+
<tr>
18+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/SCiarella"><img src="https://avatars.githubusercontent.com/u/58949181?v=4?s=100" width="100px;" alt="SCiarella"/><br /><sub><b>SCiarella</b></sub></a><br /><a href="#code-SCiarella" title="Code">💻</a> <a href="#test-SCiarella" title="Tests">⚠️</a> <a href="#maintenance-SCiarella" title="Maintenance">🚧</a></td>
19+
</tr>
20+
</tbody>
21+
</table>
1522
1623
<!-- markdownlint-restore -->
1724
<!-- prettier-ignore-end -->

0 commit comments

Comments
 (0)