diff options
| author | allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> | 2023-06-15 21:36:32 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-06-15 21:36:32 +0000 |
| commit | e201d76fa7e2eea06757c0f15db751f834d36cbd (patch) | |
| tree | 876a863a5240669cfe8bcad2eb87c3afa93b33e0 | |
| parent | docs: update README.end2.e.md [skip ci] (diff) | |
| download | html2md-e201d76fa7e2eea06757c0f15db751f834d36cbd.tar.xz html2md-e201d76fa7e2eea06757c0f15db751f834d36cbd.zip | |
docs: update .all-contributorsrc [skip ci]
| -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" } |