Skip to content

Commit b9c3f44

Browse files
authored
Merge branch 'main' into kh-update-readme
2 parents 25c0f3c + 0f459be commit b9c3f44

File tree

5 files changed

+1294
-9
lines changed

5 files changed

+1294
-9
lines changed

.all-contributorsrc

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
{
2+
"projectName": "accessibility-alt-text-bot",
3+
"projectOwner": "kendallgassner",
4+
"repoType": "github",
5+
"repoHost": "https://github.com",
6+
"files": [
7+
"README.md"
8+
],
9+
"imageSize": 100,
10+
"commit": true,
11+
"commitConvention": "none",
12+
"contributors": [
13+
{
14+
"login": "inkblotty",
15+
"name": "Katie Foster",
16+
"avatar_url": "https://avatars.githubusercontent.com/u/14206003?v=4",
17+
"profile": "https://github.com/inkblotty",
18+
"contributions": [
19+
"ideas",
20+
"a11y"
21+
]
22+
},
23+
{
24+
"login": "kendallgassner",
25+
"name": "Kendall Gassner",
26+
"avatar_url": "https://avatars.githubusercontent.com/u/15275462?v=4",
27+
"profile": "https://github.com/kendallgassner",
28+
"contributions": [
29+
"code",
30+
"a11y",
31+
"doc",
32+
"infra"
33+
]
34+
},
35+
{
36+
"login": "khiga8",
37+
"name": "Kate Higa",
38+
"avatar_url": "https://avatars.githubusercontent.com/u/16447748?v=4",
39+
"profile": "https://github.com/khiga8",
40+
"contributions": [
41+
"code",
42+
"a11y",
43+
"doc",
44+
"infra"
45+
]
46+
}
47+
],
48+
"contributorsPerLine": 7,
49+
"linkToUsage": false
50+
}

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
.DS_Store
2-
.env
2+
.env
3+
/node_modules

README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,27 @@ TODO: Be explicit about support expectations.
6060
## Acknowledgement
6161
6262
Please read [Contributing Guide](./CONTRIBUTING.md) for more information.
63+
64+
## Contributors ✨
65+
66+
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
67+
68+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
69+
<!-- prettier-ignore-start -->
70+
<!-- markdownlint-disable -->
71+
<table>
72+
<tbody>
73+
<tr>
74+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/inkblotty"><img src="https://avatars.githubusercontent.com/u/14206003?v=4?s=100" width="100px;" alt="Katie Foster"/><br /><sub><b>Katie Foster</b></sub></a><br /><a href="#ideas-inkblotty" title="Ideas, Planning, & Feedback">🤔</a> <a href="#a11y-inkblotty" title="Accessibility">️️️️♿️</a></td>
75+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/kendallgassner"><img src="https://avatars.githubusercontent.com/u/15275462?v=4?s=100" width="100px;" alt="Kendall Gassner"/><br /><sub><b>Kendall Gassner</b></sub></a><br /><a href="https://github.com/kendallgassner/accessibility-alt-text-bot/commits?author=kendallgassner" title="Code">💻</a> <a href="#a11y-kendallgassner" title="Accessibility">️️️️♿️</a> <a href="https://github.com/kendallgassner/accessibility-alt-text-bot/commits?author=kendallgassner" title="Documentation">📖</a> <a href="#infra-kendallgassner" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a></td>
76+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/khiga8"><img src="https://avatars.githubusercontent.com/u/16447748?v=4?s=100" width="100px;" alt="Kate Higa"/><br /><sub><b>Kate Higa</b></sub></a><br /><a href="https://github.com/kendallgassner/accessibility-alt-text-bot/commits?author=khiga8" title="Code">💻</a> <a href="#a11y-khiga8" title="Accessibility">️️️️♿️</a> <a href="https://github.com/kendallgassner/accessibility-alt-text-bot/commits?author=khiga8" title="Documentation">📖</a> <a href="#infra-khiga8" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a></td>
77+
</tr>
78+
</tbody>
79+
</table>
80+
81+
<!-- markdownlint-restore -->
82+
<!-- prettier-ignore-end -->
83+
84+
<!-- ALL-CONTRIBUTORS-LIST:END -->
85+
86+
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

0 commit comments

Comments
 (0)