Skip to content

Commit 02a688b

Browse files
docs: add JJosephttg as a contributor for code, and test (testing-library#334)
* docs: update README.md [skip ci] * docs: update .all-contributorsrc [skip ci] Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
1 parent 53b29ca commit 02a688b

File tree

2 files changed

+57
-43
lines changed

2 files changed

+57
-43
lines changed

.all-contributorsrc

+12-1
Original file line numberDiff line numberDiff line change
@@ -312,12 +312,23 @@
312312
"contributions": [
313313
"code"
314314
]
315+
},
316+
{
317+
"login": "JJosephttg",
318+
"name": "Josh Joseph",
319+
"avatar_url": "https://avatars.githubusercontent.com/u/23690250?v=4",
320+
"profile": "https://github.com/JJosephttg",
321+
"contributions": [
322+
"code",
323+
"test"
324+
]
315325
}
316326
],
317327
"contributorsPerLine": 7,
318328
"projectName": "angular-testing-library",
319329
"projectOwner": "testing-library",
320330
"repoType": "github",
321331
"repoHost": "https://github.com",
322-
"skipCi": true
332+
"skipCi": true,
333+
"commitConvention": "angular"
323334
}

0 commit comments

Comments
 (0)