Skip to content

Commit

Permalink
docs: add mslxl as a contributor for code, test, and design (#20)
Browse files Browse the repository at this point in the history
* docs: update README.md [skip ci]

* docs: create .all-contributorsrc [skip ci]

---------

Signed-off-by: mslxl <i@mslxl.com>
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Co-authored-by: mslxl <i@mslxl.com>
  • Loading branch information
allcontributors[bot] and mslxl committed Dec 8, 2023
1 parent 3287071 commit 7a24512
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 3 deletions.
28 changes: 26 additions & 2 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,28 @@
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"commitType": "docs",
"commitConvention": "angular",
"contributors": [
{
"login": "mslxl",
"name": "mslxl",
"avatar_url": "https://github.com/avatars/u/11132880?v=4",
"profile": "http://blog.mslxl.com",
"contributions": [
"code",
"test",
"design"
]
}
],
"contributorsPerLine": 7,
"skipCi": true,
"repoType": "github",
"repoHost": "https://github.com",
"projectName": "provlegisto",
"projectOwner": "sdufeacm"
}
"projectOwner": "sdufeACM"
}
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@

<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)
<!-- ALL-CONTRIBUTORS-BADGE:END -->
<div>

<table align="center">
Expand Down Expand Up @@ -78,13 +81,24 @@ Also you can run `pnpm tauri dev` to debug the program.

Any pull request are welcomed to this project

## Contributors
## Contributors ✨

Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):

<!-- 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="http://blog.mslxl.com"><img src="https://github.com/avatars/u/11132880?v=4?s=100" width="100px;" alt="mslxl"/><br /><sub><b>mslxl</b></sub></a><br /><a href="https://github.com/sdufeACM/provlegisto/commits?author=mslxl" title="Code">💻</a> <a href="https://github.com/sdufeACM/provlegisto/commits?author=mslxl" title="Tests">⚠️</a> <a href="#design-mslxl" title="Design">🎨</a></td>
</tr>
</tbody>
</table>

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

<!-- ALL-CONTRIBUTORS-LIST:END -->

This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

0 comments on commit 7a24512

Please sign in to comment.