Skip to content

Commit 29cf1c4

Browse files
2nthonylevy9527
authored andcommitted
feat: add all-contributors in templates
1 parent 948e464 commit 29cf1c4

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

templates/.all-contributorsrc

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

templates/README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
- [Install](#install)
1818
- [Example](#example)
1919
- [Reference](#reference)
20+
- [Contributors](#contributors)
2021
- [License](#license)
2122

2223
## Introduction
@@ -45,6 +46,18 @@
4546

4647
[⬆ Back to Top](#table-of-contents)
4748

49+
## Contributors
50+
51+
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
52+
53+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
54+
<!-- prettier-ignore -->
55+
<!-- ALL-CONTRIBUTORS-LIST:END -->
56+
57+
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
58+
59+
[⬆ Back to Top](#table-of-contents)
60+
4861
## License
4962

5063
[MIT](./LICENSE)

0 commit comments

Comments
 (0)