diff options
Diffstat (limited to '.all-contributorsrc')
| -rw-r--r-- | .all-contributorsrc | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/.all-contributorsrc b/.all-contributorsrc index d268a04..f5b3db5 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -30,12 +30,24 @@ "maintenance", "infra" ] + }, + { + "login": "VPanteleev-S7", + "name": "VPanteleev-S7", + "avatar_url": "https://avatars.githubusercontent.com/u/108007295?v=4", + "profile": "https://github.com/VPanteleev-S7", + "contributions": [ + "code", + "bug", + "userTesting" + ] } ], "contributorsPerLine": 7, - "projectName": "cc2py2", - "projectOwner": "go-cc", + "projectName": "html2md", + "projectOwner": "suntong", "repoType": "github", "repoHost": "https://github.com", - "skipCi": true + "skipCi": true, + "commitConvention": "angular" } |