Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 27 additions & 1 deletion .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,30 @@
{
"projectName": "Edirom-Online-Frontend",
"projectOwner": "Edirom"
"projectOwner": "Edirom",
"files": [
"README.md"
],
"commitType": "docs",
"commitConvention": "angular",
"contributorsPerLine": 7,
"contributors": [
{
"login": "daniel-jettka",
"name": "Daniel Jettka",
"avatar_url": "https://avatars.githubusercontent.com/u/18614293?v=4",
"profile": "https://github.com/daniel-jettka",
"contributions": [
"bug",
"code",
"doc",
"projectManagement",
"eventOrganizing",
"ideas",
"infra",
"maintenance",
"review",
"test"
]
}
]
}
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ identifiers:
value: 10.5281/zenodo.17977921
description: Edirom Online Frontend
repository-code: https://github.com/Edirom/Edirom-Online-Frontend
commit: 5489f6ecec091e79ebbda438edffa388bd08acd1
commit: 5a8bc67d081e7edfdaf37c38cba3685994b62620
abstract: >-
Edirom Online Frontend is the frontend for the Edirom
Online which is used for the presentation and
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,13 @@ If you intend to cite unreleased branches or commits please use the commit hash
<!-- 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://github.com/daniel-jettka"><img src="https://avatars.githubusercontent.com/u/18614293?v=4?s=100" width="100px;" alt="Daniel Jettka"/><br /><sub><b>Daniel Jettka</b></sub></a><br /><a href="#bug-daniel-jettka" title="Bug reports">🐛</a> <a href="#code-daniel-jettka" title="Code">💻</a> <a href="#doc-daniel-jettka" title="Documentation">📖</a> <a href="#projectManagement-daniel-jettka" title="Project Management">📆</a> <a href="#eventOrganizing-daniel-jettka" title="Event Organizing">📋</a> <a href="#ideas-daniel-jettka" title="Ideas, Planning, & Feedback">🤔</a> <a href="#infra-daniel-jettka" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a> <a href="#maintenance-daniel-jettka" title="Maintenance">🚧</a> <a href="#review-daniel-jettka" title="Reviewed Pull Requests">👀</a> <a href="#test-daniel-jettka" title="Tests">⚠️</a></td>
</tr>
</tbody>
</table>

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