Skip to content

Commit 07cf6b9

Browse files
docs: add mpalmer as a contributor for code (#12)
* 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 7a0383b commit 07cf6b9

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

.all-contributorsrc

+11-1
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,22 @@
1414
"contributions": [
1515
"code"
1616
]
17+
},
18+
{
19+
"login": "mpalmer",
20+
"name": "Matt Palmer",
21+
"avatar_url": "https://avatars.githubusercontent.com/u/357?v=4",
22+
"profile": "https://github.com/mpalmer",
23+
"contributions": [
24+
"code"
25+
]
1726
}
1827
],
1928
"contributorsPerLine": 7,
2029
"skipCi": true,
2130
"repoType": "github",
2231
"repoHost": "https://github.com",
2332
"projectName": "actix-web-rust-embed-responder",
24-
"projectOwner": "SeriousBug"
33+
"projectOwner": "SeriousBug",
34+
"commitType": "docs"
2535
}

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ Compared to [actix-plus-static-files](https://crates.io/crates/actix-plus-static
150150
<tbody>
151151
<tr>
152152
<td align="center" valign="top" width="14.28%"><a href="https://github.com/hengfeiyang"><img src="https://avatars.githubusercontent.com/u/1628250?v=4?s=100" width="100px;" alt="Hengfei Yang"/><br /><sub><b>Hengfei Yang</b></sub></a><br /><a href="https://github.com/SeriousBug/actix-web-rust-embed-responder/commits?author=hengfeiyang" title="Code">💻</a></td>
153+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/mpalmer"><img src="https://avatars.githubusercontent.com/u/357?v=4?s=100" width="100px;" alt="Matt Palmer"/><br /><sub><b>Matt Palmer</b></sub></a><br /><a href="https://github.com/SeriousBug/actix-web-rust-embed-responder/commits?author=mpalmer" title="Code">💻</a></td>
153154
</tr>
154155
</tbody>
155156
</table>

0 commit comments

Comments
 (0)