Skip to content

Commit

Permalink
docs: add AndreasAugustin as a contributor (#21)
Browse files Browse the repository at this point in the history
* docs: update README.md [skip ci]

* docs: create .all-contributorsrc [skip ci]

* fix(lint): fix lint error

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Co-authored-by: AndreasAugustin <[email protected]>
  • Loading branch information
allcontributors[bot] and AndreasAugustin authored Aug 5, 2020
1 parent ef30f6c commit 5c8dbec
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 1 deletion.
24 changes: 24 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "AndreasAugustin",
"name": "andy Augustin",
"avatar_url": "https://avatars0.githubusercontent.com/u/8027933?v=4",
"profile": "https://github.com/AndreasAugustin",
"contributions": [
"doc"
]
}
],
"contributorsPerLine": 7,
"projectName": "actions-template-sync",
"projectOwner": "AndreasAugustin",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true
}
1 change: 0 additions & 1 deletion .markdownlint.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{
"default": true,
"MD013": false
}
23 changes: 23 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# template
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)
<!-- ALL-CONTRIBUTORS-BADGE:END -->

![Lint](https://github.com/AndreasAugustin/actions-template-sync/workflows/Lint/badge.svg)

Expand All @@ -9,3 +12,23 @@ The development environment targets are located in the [Makefile](Makefile)
```bash
make help
```

## Contributors ✨

Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
<table>
<tr>
<td align="center"><a href="https://github.com/AndreasAugustin"><img src="https://avatars0.githubusercontent.com/u/8027933?v=4" width="100px;" alt=""/><br /><sub><b>andy Augustin</b></sub></a><br /><a href="https://github.com/AndreasAugustin/actions-template-sync/commits?author=AndreasAugustin" title="Documentation">📖</a></td>
</tr>
</table>

<!-- markdownlint-enable -->
<!-- prettier-ignore-end -->
<!-- ALL-CONTRIBUTORS-LIST:END -->

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

0 comments on commit 5c8dbec

Please sign in to comment.