Skip to content
Closed
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
26 changes: 25 additions & 1 deletion .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,28 @@
{
"projectName": "Edirom-Online-Frontend",
"projectOwner": "Edirom"
"projectOwner": "Edirom",
"files": [
"README.md"
],
"commitType": "docs",
"commitConvention": "angular",
"contributorsPerLine": 7,
"contributors": [
{
"login": "krHERO",
"name": "krHERO",
"avatar_url": "https://avatars.githubusercontent.com/u/5928917?v=4",
"profile": "https://github.com/krHERO",
"contributions": [
"bug",
"code",
"doc",
"projectManagement",
"eventOrganizing",
"ideas",
"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: 52c3ab9898e2d17a5e3116728aae1e6d9ce90529
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/krHERO"><img src="https://avatars.githubusercontent.com/u/5928917?v=4?s=100" width="100px;" alt="krHERO"/><br /><sub><b>krHERO</b></sub></a><br /><a href="#bug-krHERO" title="Bug reports">🐛</a> <a href="#code-krHERO" title="Code">💻</a> <a href="#doc-krHERO" title="Documentation">📖</a> <a href="#projectManagement-krHERO" title="Project Management">📆</a> <a href="#eventOrganizing-krHERO" title="Event Organizing">📋</a> <a href="#ideas-krHERO" title="Ideas, Planning, & Feedback">🤔</a> <a href="#review-krHERO" title="Reviewed Pull Requests">👀</a> <a href="#test-krHERO" title="Tests">⚠️</a></td>
</tr>
</tbody>
</table>

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