diff options
| author | Tong Sun <[email protected]> | 2023-05-02 23:40:39 -0400 |
|---|---|---|
| committer | Tong Sun <[email protected]> | 2023-05-02 23:40:39 -0400 |
| commit | 09f5064b46a7d1b5b2c793a434c84712bb8278d4 (patch) | |
| tree | a61f9457ee8df75aab291942b5ba9ae2acd7d162 /.all-contributorsrc | |
| parent | - [#] prepare for separated README (diff) | |
| download | html2md-09f5064b46a7d1b5b2c793a434c84712bb8278d4.tar.xz html2md-09f5064b46a7d1b5b2c793a434c84712bb8278d4.zip | |
- [+] add all-contributors initial settings & separated READMEs
Diffstat (limited to '.all-contributorsrc')
| -rw-r--r-- | .all-contributorsrc | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 0000000..d268a04 --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,41 @@ +{ + "files": [ + "README.md", + "README.beg.e.md", + "README.end2.e.md" + ], + "imageSize": 100, + "commit": false, + "contributors": [ + { + "login": "suntong", + "name": "suntong", + "avatar_url": "https://avatars.githubusercontent.com/u/422244?v=4", + "profile": "https://github.com/suntong", + "contributions": [ + "code", + "ideas", + "design", + "data", + "test", + "bug", + "doc", + "blog", + "example", + "tutorial", + "tool", + "platform", + "review", + "question", + "maintenance", + "infra" + ] + } + ], + "contributorsPerLine": 7, + "projectName": "cc2py2", + "projectOwner": "go-cc", + "repoType": "github", + "repoHost": "https://github.com", + "skipCi": true +} |