Skip to content

Commit c7dc89d

Browse files
committed
- [+] add all-contributors initial settings
1 parent 31cfaaa commit c7dc89d

4 files changed

Lines changed: 65 additions & 1 deletion

File tree

.all-contributorsrc

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
{
2+
"files": [
3+
"README.md",
4+
"README.beg.e.md",
5+
"README.end.e.md"
6+
],
7+
"imageSize": 100,
8+
"commit": false,
9+
"contributors": [
10+
{
11+
"login": "suntong",
12+
"name": "suntong",
13+
"avatar_url": "https://avatars.githubusercontent.com/u/422244?v=4",
14+
"profile": "https://github.com/suntong",
15+
"contributions": [
16+
"code",
17+
"ideas",
18+
"design",
19+
"data",
20+
"test",
21+
"bug",
22+
"doc",
23+
"blog",
24+
"example",
25+
"tutorial",
26+
"tool",
27+
"platform",
28+
"review",
29+
"question",
30+
"maintenance",
31+
"infra"
32+
]
33+
}
34+
],
35+
"contributorsPerLine": 7,
36+
"projectName": "cc2py2",
37+
"projectOwner": "go-cc",
38+
"repoType": "github",
39+
"repoHost": "https://github.com",
40+
"skipCi": true
41+
}

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.all-contributorsrc
2+
13
# Compiled Object files, Static and Dynamic libs (Shared Objects)
24
*.o
35
*.a

README.beg.e.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# {{.Name}}
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

36
{{render "license/shields" . "License" "MIT"}}
47
{{template "badge/godoc" .}}

README.end.e.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,22 @@ _Powered by_ [**WireFrame**](https://github.com/go-easygen/wireframe)
7070
[![PoweredBy WireFrame](https://github.com/go-easygen/wireframe/blob/master/PoweredBy-WireFrame-Y.svg)](http://godoc.org/github.com/go-easygen/wireframe)
7171
the _one-stop wire-framing solution_ for Go cli based projects, from _init_ to _deploy_.
7272

73-
All patches welcome.
73+
## Contributors ✨
74+
75+
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
76+
77+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
78+
<!-- prettier-ignore-start -->
79+
<!-- markdownlint-disable -->
80+
<table>
81+
<tr>
82+
<td align="center"><a href="https://github.com/suntong"><img src="https://avatars.githubusercontent.com/u/422244?v=4?s=100" width="100px;" alt=""/><br /><sub><b>suntong</b></sub></a><br /><a href="https://github.com/go-cc/cc2py2/commits?author=suntong" title="Code">💻</a> <a href="#ideas-suntong" title="Ideas, Planning, & Feedback">🤔</a> <a href="#design-suntong" title="Design">🎨</a> <a href="#data-suntong" title="Data">🔣</a> <a href="https://github.com/go-cc/cc2py2/commits?author=suntong" title="Tests">⚠️</a> <a href="https://github.com/go-cc/cc2py2/issues?q=author%3Asuntong" title="Bug reports">🐛</a> <a href="https://github.com/go-cc/cc2py2/commits?author=suntong" title="Documentation">📖</a> <a href="#blog-suntong" title="Blogposts">📝</a> <a href="#example-suntong" title="Examples">💡</a> <a href="#tutorial-suntong" title="Tutorials">✅</a> <a href="#tool-suntong" title="Tools">🔧</a> <a href="#platform-suntong" title="Packaging/porting to new platform">📦</a> <a href="https://github.com/go-cc/cc2py2/pulls?q=is%3Apr+reviewed-by%3Asuntong" title="Reviewed Pull Requests">👀</a> <a href="#question-suntong" title="Answering Questions">💬</a> <a href="#maintenance-suntong" title="Maintenance">🚧</a> <a href="#infra-suntong" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a></td>
83+
</tr>
84+
</table>
85+
86+
<!-- markdownlint-restore -->
87+
<!-- prettier-ignore-end -->
88+
89+
<!-- ALL-CONTRIBUTORS-LIST:END -->
90+
91+
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

0 commit comments

Comments
 (0)