Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 083f08b

Browse files
committed
Docs: Added all-contributors config
1 parent 2446363 commit 083f08b

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

.all-contributorsrc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"projectName": "flask-utils",
3+
"projectOwner": "seluj78",
4+
"linkToUsage": true,
5+
"skipCi": true,
6+
"contributors": []
7+
}

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/seluj78/flask-utils/tests.yml?label=tests)
55
![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/seluj78/flask-utils/linting.yml?label=linting)
66
![GitHub License](https://img.shields.io/github/license/seluj78/flask-utils)
7+
[![All Contributors](https://img.shields.io/github/all-contributors/seluj78/flask-utils?color=ee8449&style=flat-square)](#contributors)
78
[![codecov](https://codecov.io/gh/Seluj78/flask-utils/graph/badge.svg?token=ChUOweAp4b)](https://codecov.io/gh/Seluj78/flask-utils)
89

910
[//]: # (TODO: Uncomment when flask-utils had been freed from pypi)
@@ -86,3 +87,15 @@ Run the tests multi-threaded
8687
```bash
8788
tox -p
8889
```
90+
91+
92+
## Contributors
93+
94+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
95+
<!-- prettier-ignore-start -->
96+
<!-- markdownlint-disable -->
97+
98+
<!-- markdownlint-restore -->
99+
<!-- prettier-ignore-end -->
100+
101+
<!-- ALL-CONTRIBUTORS-LIST:END -->

0 commit comments

Comments
 (0)