Skip to content

Commit

Permalink
docs: add abelsiqueira as a contributor for code, projectManagement, …
Browse files Browse the repository at this point in the history
…and 2 more (#127)

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
  • Loading branch information
allcontributors[bot] committed May 22, 2024
1 parent 800876d commit 37a81a7
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 2 deletions.
24 changes: 22 additions & 2 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -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"
]
}
]
}
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,13 @@ If your interest is in developing the package, check the [development guide](doc
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
<table>
<tbody>
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://abelsiqueira.com"><img src="https://avatars.githubusercontent.com/u/1068752?v=4?s=100" width="100px;" alt="Abel Soares Siqueira"/><br /><sub><b>Abel Soares Siqueira</b></sub></a><br /><a href="#code-abelsiqueira" title="Code">💻</a> <a href="#projectManagement-abelsiqueira" title="Project Management">📆</a> <a href="#doc-abelsiqueira" title="Documentation">📖</a> <a href="#maintenance-abelsiqueira" title="Maintenance">🚧</a></td>
</tr>
</tbody>
</table>

<!-- markdownlint-restore -->
<!-- prettier-ignore-end -->
Expand Down
7 changes: 7 additions & 0 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,13 @@ If your interest is in developing the package, check the [development guide](90-
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
<table>
<tbody>
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://abelsiqueira.com"><img src="https://avatars.githubusercontent.com/u/1068752?v=4?s=100" width="100px;" alt="Abel Soares Siqueira"/><br /><sub><b>Abel Soares Siqueira</b></sub></a><br /><a href="#code-abelsiqueira" title="Code">💻</a> <a href="#projectManagement-abelsiqueira" title="Project Management">📆</a> <a href="#doc-abelsiqueira" title="Documentation">📖</a> <a href="#maintenance-abelsiqueira" title="Maintenance">🚧</a></td>
</tr>
</tbody>
</table>

<!-- markdownlint-restore -->
<!-- prettier-ignore-end -->
Expand Down

0 comments on commit 37a81a7

Please sign in to comment.