Skip to content

Commit 7b9ccda

Browse files
authored
Merge pull request #3 from nginx-ops/all-contributors/add-TOP-LH
docs: add TOP-LH as a contributor for infra, test, code
2 parents 565a445 + 9aa4d60 commit 7b9ccda

File tree

2 files changed

+49
-0
lines changed

2 files changed

+49
-0
lines changed

.all-contributorsrc

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"files": [
3+
"README.md"
4+
],
5+
"imageSize": 100,
6+
"commit": false,
7+
"contributors": [
8+
{
9+
"login": "TOP-LH",
10+
"name": "阿波连",
11+
"avatar_url": "https://avatars.githubusercontent.com/u/49888630?v=4",
12+
"profile": "https://github.com/TOP-LH",
13+
"contributions": [
14+
"infra",
15+
"test",
16+
"code"
17+
]
18+
}
19+
],
20+
"contributorsPerLine": 7,
21+
"projectName": "nginx-ops-server",
22+
"projectOwner": "nginx-ops",
23+
"repoType": "github",
24+
"repoHost": "https://github.com",
25+
"skipCi": true
26+
}

README.md

+23
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,25 @@
11
# nginx-ops-server
2+
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
3+
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)
4+
<!-- ALL-CONTRIBUTORS-BADGE:END -->
25
nginx管理工具服务端
6+
7+
## Contributors ✨
8+
9+
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
10+
11+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
12+
<!-- prettier-ignore-start -->
13+
<!-- markdownlint-disable -->
14+
<table>
15+
<tr>
16+
<td align="center"><a href="https://github.com/TOP-LH"><img src="https://avatars.githubusercontent.com/u/49888630?v=4?s=100" width="100px;" alt=""/><br /><sub><b>阿波连</b></sub></a><br /><a href="#infra-TOP-LH" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a> <a href="https://github.com/nginx-ops/nginx-ops-server/commits?author=TOP-LH" title="Tests">⚠️</a> <a href="https://github.com/nginx-ops/nginx-ops-server/commits?author=TOP-LH" title="Code">💻</a></td>
17+
</tr>
18+
</table>
19+
20+
<!-- markdownlint-restore -->
21+
<!-- prettier-ignore-end -->
22+
23+
<!-- ALL-CONTRIBUTORS-LIST:END -->
24+
25+
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

0 commit comments

Comments
 (0)