Skip to content

Commit 85ed072

Browse files
committed
docs(contributors): add all-contributors
1 parent 13550b5 commit 85ed072

File tree

4 files changed

+765
-4
lines changed

4 files changed

+765
-4
lines changed

.all-contributorsrc

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

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Add & Commit
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

36
You can use this GitHub Action to commit changes made in your workflow run directly to your repo: for example, you use it to lint your code, update documentation, commit updated builds, etc....
47

@@ -142,6 +145,19 @@ jobs:
142145
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
143146
```
144147

148+
## Contributors ✨
149+
150+
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
151+
152+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
153+
<!-- prettier-ignore-start -->
154+
<!-- markdownlint-disable -->
155+
<!-- markdownlint-enable -->
156+
<!-- prettier-ignore-end -->
157+
<!-- ALL-CONTRIBUTORS-LIST:END -->
158+
159+
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
160+
145161
## License
146162

147163
This action is distributed under the MIT license, check the [license](LICENSE) for more info.

0 commit comments

Comments
 (0)