提交 90d1cde2 编写于 作者: 梦境迷离's avatar 梦境迷离

support show contributors

上级 f5886f05
...@@ -34,9 +34,9 @@ ...@@ -34,9 +34,9 @@
"profile": "https://github.com/ThomasPerkins1123", "profile": "https://github.com/ThomasPerkins1123",
"contributions": [ "contributions": [
"test" "test"
] ]
} },
,{ {
"login": "LaoZhangCoder", "login": "LaoZhangCoder",
"name": "laozhang", "name": "laozhang",
"avatar_url": "https://avatars3.githubusercontent.com/u/28627858?v=4", "avatar_url": "https://avatars3.githubusercontent.com/u/28627858?v=4",
...@@ -45,7 +45,8 @@ ...@@ -45,7 +45,8 @@
"code" "code"
] ]
}, },
{ "login": "CCCCmaster", {
"login": "CCCCmaster",
"name": "CCCCmaster", "name": "CCCCmaster",
"avatar_url": "https://avatars3.githubusercontent.com/u/25200717?v=4", "avatar_url": "https://avatars3.githubusercontent.com/u/25200717?v=4",
"profile": "https://github.com/CCCCmaster", "profile": "https://github.com/CCCCmaster",
...@@ -57,5 +58,6 @@ ...@@ -57,5 +58,6 @@
"projectName": "cs-summary-reflection", "projectName": "cs-summary-reflection",
"projectOwner": "jxnu-liguobin", "projectOwner": "jxnu-liguobin",
"repoType": "github", "repoType": "github",
"repoHost": "https://github.com" "repoHost": "https://github.com",
"commitConvention": "none"
} }
...@@ -14,3 +14,5 @@ gradlew ...@@ -14,3 +14,5 @@ gradlew
gradlew.bat gradlew.bat
tmp/ tmp/
*.log *.log
node_modules/
*.lock
...@@ -28,6 +28,10 @@ Just create a issue or leave a message at the end of the [dreamylost's blog](htt ...@@ -28,6 +28,10 @@ Just create a issue or leave a message at the end of the [dreamylost's blog](htt
and can freely submit the code (unlimited language, get more information from [issue #23](https://github.com/jxnu-liguobin/cs-summary-reflection/issues/23)), claim through issue. and can freely submit the code (unlimited language, get more information from [issue #23](https://github.com/jxnu-liguobin/cs-summary-reflection/issues/23)), claim through issue.
If you can, it's best to use the most common formatting tools in the current language to format and then submit. If you can, it's best to use the most common formatting tools in the current language to format and then submit.
* If you use a JVM language, please use gradle as the build tool and execute `gradle -s spotlessapply` before submitting code
* If you use Rust, please execute `cargo fmt --all` before submitting the code
* If you use a Script language, please do the format consciously, do not make requirements
### Other contents ### Other contents
...@@ -45,8 +49,21 @@ and can freely submit the code (unlimited language, get more information from [i ...@@ -45,8 +49,21 @@ and can freely submit the code (unlimited language, get more information from [i
### Contributors ### Contributors
<!-- ALL-CONTRIBUTORS-LIST: START - Do not remove or modify this section --> <!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- ALL-CONTRIBUTORS-LIST:END --> <!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
<table>
<tr>
<td align="center"><a href="https://dreamylost.cn"><img src="https://avatars3.githubusercontent.com/u/29496873?v=4" width="100px;" alt=""/><br /><sub><b>梦境迷离</b></sub></a></td>
<td align="center"><a href="https://github.com/ThomasPerkins1123"><img src="https://avatars3.githubusercontent.com/u/25691261?v=4" width="100px;" alt=""/><br /><sub><b>ThomasPerkins1123</b></sub></a></td>
<td align="center"><a href="https://github.com/LaoZhangCoder"><img src="https://avatars3.githubusercontent.com/u/28627858?v=4" width="100px;" alt=""/><br /><sub><b>laozhang</b></sub></a></td>
<td align="center"><a href="https://github.com/CCCCmaster"><img src="https://avatars3.githubusercontent.com/u/25200717?v=4" width="100px;" alt=""/><br /><sub><b>CCCCmaster</b></sub></a></td>
</tr>
</table>
<!-- markdownlint-enable -->
<!-- prettier-ignore-end -->
<!-- ALL-CONTRIBUTORS-LIST:END -->
### License ### License
......
...@@ -27,7 +27,11 @@ ...@@ -27,7 +27,11 @@
 每位参与的小伙伴,都会获得代码仓库的 Collaborator 权限,可以自由地提交代码(不限制语种,方式参见 [issue #23](https://github.com/jxnu-liguobin/cs-summary-reflection/issues/23)),通过 issue 认领。  每位参与的小伙伴,都会获得代码仓库的 Collaborator 权限,可以自由地提交代码(不限制语种,方式参见 [issue #23](https://github.com/jxnu-liguobin/cs-summary-reflection/issues/23)),通过 issue 认领。
如果可以的话,最好使用当前语言最常见的格式化工具进行格式化后,再提交。 如果可以的话,最好使用当前语言最常见的格式化工具进行格式化后,再提交。
没有频率限制,一般至多一天一道。 没有频率限制,一般一天一道。
* 如果是JVM语言,请使用gradle作为构建工具,并在提交代码前执行`gradle -s spotlessApply`
* 如果是Rust,提交代码前请执行`cargo fmt --all`
* 如果是脚本语言,请自觉做格式化,不作要求
### 其他内容 ### 其他内容
...@@ -45,15 +49,22 @@ ...@@ -45,15 +49,22 @@
### 贡献者 ### 贡献者
<!-- ALL-CONTRIBUTORS-LIST: START - Do not remove or modify this section --> <!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- ALL-CONTRIBUTORS-LIST:END --> <!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
<table>
<tr>
<td align="center"><a href="https://dreamylost.cn"><img src="https://avatars3.githubusercontent.com/u/29496873?v=4" width="100px;" alt=""/><br /><sub><b>梦境迷离</b></sub></a></td>
<td align="center"><a href="https://github.com/ThomasPerkins1123"><img src="https://avatars3.githubusercontent.com/u/25691261?v=4" width="100px;" alt=""/><br /><sub><b>ThomasPerkins1123</b></sub></a></td>
<td align="center"><a href="https://github.com/LaoZhangCoder"><img src="https://avatars3.githubusercontent.com/u/28627858?v=4" width="100px;" alt=""/><br /><sub><b>laozhang</b></sub></a></td>
<td align="center"><a href="https://github.com/CCCCmaster"><img src="https://avatars3.githubusercontent.com/u/25200717?v=4" width="100px;" alt=""/><br /><sub><b>CCCCmaster</b></sub></a></td>
</tr>
</table>
<!-- markdownlint-enable -->
<!-- prettier-ignore-end -->
<!-- ALL-CONTRIBUTORS-LIST:END -->
### License ### License
[Apache License](https://github.com/jxnu-liguobin/cs-summary-reflection/blob/master/LICENSE) © 梦境迷离 [Apache License](https://github.com/jxnu-liguobin/cs-summary-reflection/blob/master/LICENSE) © 梦境迷离
\ No newline at end of file
<img src="./docs/public/image/my_chat.JPG" alt="邮箱dreamylost@outlook.com" width="300" height="380"/>
公众号 ScalaCoder(佛系更新,目前博客优先)
<img src="./docs/public/image/qrcode.jpg" alt="ScalaCoder" width="300" height="300"/>
\ No newline at end of file
{
"scripts": {
"contributors:add": "all-contributors add",
"contributors:generate": "all-contributors generate"
},
"devDependencies": {
"all-contributors-cli": "^6.16.1"
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册