Skip to content

Commit 21c9c9d

Browse files
committed
👥 Add @amyheather as a contributor
1 parent dd08f01 commit 21c9c9d

2 files changed

Lines changed: 38 additions & 2 deletions

File tree

.all-contributorsrc

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,25 @@
99
"imageSize": 100,
1010
"commit": true,
1111
"commitConvention": "gitmoji",
12-
"contributors": [],
12+
"contributors": [
13+
{
14+
"login": "amyheather",
15+
"name": "Amy Heather",
16+
"avatar_url": "https://avatars.githubusercontent.com/u/92166537?v=4",
17+
"profile": "https://www.linkedin.com/in/amyheather",
18+
"contributions": [
19+
"code",
20+
"content",
21+
"design",
22+
"doc",
23+
"example",
24+
"ideas",
25+
"infra",
26+
"maintenance",
27+
"tutorial"
28+
]
29+
}
30+
],
1331
"contributorsPerLine": 7,
1432
"linkToUsage": true
1533
}

README.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# quarto-tutorial
22
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
3-
[![All Contributors](https://img.shields.io/badge/all_contributors-0-orange.svg?style=flat-square)](#contributors-)
3+
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)
44
<!-- ALL-CONTRIBUTORS-BADGE:END -->
55
Beginner-friendly tutorial on using Quarto for sharing research.
66

@@ -11,8 +11,26 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
1111
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
1212
<!-- prettier-ignore-start -->
1313
<!-- markdownlint-disable -->
14+
<table>
15+
<tbody>
16+
<tr>
17+
<td align="center" valign="top" width="14.28%"><a href="https://www.linkedin.com/in/amyheather"><img src="https://avatars.githubusercontent.com/u/92166537?v=4?s=100" width="100px;" alt="Amy Heather"/><br /><sub><b>Amy Heather</b></sub></a><br /><a href="https://github.com/pythonhealthdatascience/quarto-tutorial/commits?author=amyheather" title="Code">💻</a> <a href="#content-amyheather" title="Content">🖋</a> <a href="#design-amyheather" title="Design">🎨</a> <a href="https://github.com/pythonhealthdatascience/quarto-tutorial/commits?author=amyheather" title="Documentation">📖</a> <a href="#example-amyheather" title="Examples">💡</a> <a href="#ideas-amyheather" title="Ideas, Planning, & Feedback">🤔</a> <a href="#infra-amyheather" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a> <a href="#maintenance-amyheather" title="Maintenance">🚧</a> <a href="#tutorial-amyheather" title="Tutorials">✅</a></td>
18+
</tr>
19+
</tbody>
20+
<tfoot>
21+
<tr>
22+
<td align="center" size="13px" colspan="7">
23+
<img src="https://raw.githubusercontent.com/all-contributors/all-contributors-cli/1b8533af435da9854653492b1327a23a4dbd0a10/assets/logo-small.svg">
24+
<a href="https://all-contributors.js.org/docs/en/bot/usage">Add your contributions</a>
25+
</img>
26+
</td>
27+
</tr>
28+
</tfoot>
29+
</table>
30+
1431
<!-- markdownlint-restore -->
1532
<!-- prettier-ignore-end -->
33+
1634
<!-- ALL-CONTRIBUTORS-LIST:END -->
1735

1836
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

0 commit comments

Comments
 (0)