diff options
| author | suntong <[email protected]> | 2023-06-15 17:37:55 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-06-15 17:37:55 -0400 |
| commit | fbdda71b3746dd71854201a8a490ffab1a34ce3e (patch) | |
| tree | 876a863a5240669cfe8bcad2eb87c3afa93b33e0 /.all-contributorsrc | |
| parent | Merge pull request #16 from ImportTaste/master (diff) | |
| parent | docs: update .all-contributorsrc [skip ci] (diff) | |
| download | html2md-fbdda71b3746dd71854201a8a490ffab1a34ce3e.tar.xz html2md-fbdda71b3746dd71854201a8a490ffab1a34ce3e.zip | |
Merge pull request #17 from suntong/all-contributors/add-ImportTaste
docs: add ImportTaste as a contributor for code, bug, and userTesting
Diffstat (limited to '.all-contributorsrc')
| -rw-r--r-- | .all-contributorsrc | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/.all-contributorsrc b/.all-contributorsrc index 50c67af..853c620 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -94,6 +94,17 @@ "talk", "userTesting" ] + }, + { + "login": "ImportTaste", + "name": "ImportTaste", + "avatar_url": "https://avatars.githubusercontent.com/u/53661808?v=4", + "profile": "https://github.com/ImportTaste", + "contributions": [ + "code", + "bug", + "userTesting" + ] } ], "contributorsPerLine": 7, @@ -102,5 +113,6 @@ "repoType": "github", "repoHost": "https://github.com", "skipCi": true, - "commitConvention": "angular" + "commitConvention": "angular", + "commitType": "docs" } |