Merge pull request #9 from Niek/all-contributors/add-petergeneric
docs: add petergeneric as a contributor for ideas
This commit is contained in:
commit
313097a019
|
@ -3,5 +3,20 @@
|
||||||
"projectOwner": "Niek",
|
"projectOwner": "Niek",
|
||||||
"repoType": "github",
|
"repoType": "github",
|
||||||
"commit": false,
|
"commit": false,
|
||||||
"contributors": []
|
"contributors": [
|
||||||
|
{
|
||||||
|
"login": "petergeneric",
|
||||||
|
"name": "Peter",
|
||||||
|
"avatar_url": "https://avatars.githubusercontent.com/u/870655?v=4",
|
||||||
|
"profile": "https://github.com/petergeneric",
|
||||||
|
"contributions": [
|
||||||
|
"ideas"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"files": [
|
||||||
|
"README.md"
|
||||||
|
],
|
||||||
|
"commitConvention": "angular",
|
||||||
|
"contributorsPerLine": 7
|
||||||
}
|
}
|
|
@ -26,6 +26,13 @@ npm run dev # or: npm run build
|
||||||
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
|
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
|
||||||
<!-- prettier-ignore-start -->
|
<!-- prettier-ignore-start -->
|
||||||
<!-- markdownlint-disable -->
|
<!-- markdownlint-disable -->
|
||||||
|
<table>
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td align="center" valign="top" width="14.28%"><a href="https://github.com/petergeneric"><img src="https://avatars.githubusercontent.com/u/870655?v=4?s=100" width="100px;" alt="Peter"/><br /><sub><b>Peter</b></sub></a><br /><a href="#ideas-petergeneric" title="Ideas, Planning, & Feedback">🤔</a></td>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
|
|
||||||
<!-- markdownlint-restore -->
|
<!-- markdownlint-restore -->
|
||||||
<!-- prettier-ignore-end -->
|
<!-- prettier-ignore-end -->
|
||||||
|
|
Loading…
Reference in New Issue