Skip to content

Commit dd08f01

Browse files
committed
feat(all-contributors): add
1 parent 39a45d9 commit dd08f01

2 files changed

Lines changed: 31 additions & 0 deletions

File tree

.all-contributorsrc

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"projectName": "quarto-tutorial",
3+
"projectOwner": "pythonhealthdatascience",
4+
"repoType": "github",
5+
"repoHost": "https://github.com",
6+
"files": [
7+
"README.md"
8+
],
9+
"imageSize": 100,
10+
"commit": true,
11+
"commitConvention": "gitmoji",
12+
"contributors": [],
13+
"contributorsPerLine": 7,
14+
"linkToUsage": true
15+
}

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,18 @@
11
# quarto-tutorial
2+
<!-- 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-)
4+
<!-- ALL-CONTRIBUTORS-BADGE:END -->
25
Beginner-friendly tutorial on using Quarto for sharing research.
6+
7+
## Contributors ✨
8+
9+
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
10+
11+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
12+
<!-- prettier-ignore-start -->
13+
<!-- markdownlint-disable -->
14+
<!-- markdownlint-restore -->
15+
<!-- prettier-ignore-end -->
16+
<!-- ALL-CONTRIBUTORS-LIST:END -->
17+
18+
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

0 commit comments

Comments
 (0)