Skip to content

Commit a90ec66

Browse files
committedApr 9, 2021
docs: start all contributors
1 parent 44de343 commit a90ec66

File tree

4 files changed

+128
-2
lines changed

4 files changed

+128
-2
lines changed
 

‎.all-contributorsrc

+93
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,93 @@
1+
{
2+
"projectName": "vector",
3+
"projectOwner": "scikit-hep",
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+
{
14+
"login": "jpivarski",
15+
"name": "Jim Pivarski",
16+
"avatar_url": "https://avatars.githubusercontent.com/u/1852447?v=4",
17+
"profile": "https://github.com/jpivarski",
18+
"contributions": [
19+
"maintenance",
20+
"code",
21+
"doc"
22+
]
23+
},
24+
{
25+
"login": "henryiii",
26+
"name": "Henry Schreiner",
27+
"avatar_url": "https://avatars.githubusercontent.com/u/4616906?v=4",
28+
"profile": "https://github.com/henryiii",
29+
"contributions": [
30+
"maintenance",
31+
"code",
32+
"doc"
33+
]
34+
},
35+
{
36+
"login": "eduardo-rodrigues",
37+
"name": "Eduardo Rodrigues",
38+
"avatar_url": "https://avatars.githubusercontent.com/u/5013581?v=4",
39+
"profile": "https://github.com/eduardo-rodrigues",
40+
"contributions": [
41+
"maintenance",
42+
"code",
43+
"doc"
44+
]
45+
},
46+
{
47+
"login": "LovelyBuggies",
48+
"name": "N!no",
49+
"avatar_url": "https://avatars.githubusercontent.com/u/29083689?v=4",
50+
"profile": "http://lovelybuggies.com.cn/",
51+
"contributions": [
52+
"doc"
53+
]
54+
},
55+
{
56+
"login": "pfackeldey",
57+
"name": "Peter Fackeldey",
58+
"avatar_url": "https://avatars.githubusercontent.com/u/18463582?v=4",
59+
"profile": "https://github.com/pfackeldey",
60+
"contributions": [
61+
"doc"
62+
]
63+
},
64+
{
65+
"login": "kreczko",
66+
"name": "Luke Kreczko",
67+
"avatar_url": "https://avatars.githubusercontent.com/u/1213276?v=4",
68+
"profile": "https://github.com/kreczko",
69+
"contributions": [
70+
"code"
71+
]
72+
},
73+
{
74+
"login": "nsmith-",
75+
"name": "Nicholas Smith",
76+
"avatar_url": "https://avatars.githubusercontent.com/u/6587412?v=4",
77+
"profile": "https://github.com/nsmith-",
78+
"contributions": [
79+
"ideas"
80+
]
81+
},
82+
{
83+
"login": "mayou36",
84+
"name": "Jonas Eschle",
85+
"avatar_url": "https://avatars.githubusercontent.com/u/17454848?v=4",
86+
"profile": "https://github.com/mayou36",
87+
"contributions": [
88+
"ideas"
89+
]
90+
}
91+
],
92+
"contributorsPerLine": 7
93+
}

‎.gitignore

+5
Original file line numberDiff line numberDiff line change
@@ -137,3 +137,8 @@ dmypy.json
137137

138138
.pyre_configuration
139139
.watchmanconfig
140+
141+
# All contributors stuff
142+
/node_modules
143+
/package.json
144+
/yarn.lock

‎README.md

+29
Original file line numberDiff line numberDiff line change
@@ -590,3 +590,32 @@ Support for this work was provided by the National Science Foundation cooperativ
590590
[rtd-badge]: https://readthedocs.org/projects/vector/badge/?version=latest
591591
[rtd-link]: https://vector.readthedocs.io/en/latest/?badge=latest
592592
[sk-badge]: https://scikit-hep.org/assets/images/Scikit--HEP-Project-blue.svg
593+
594+
## Contributors ✨
595+
596+
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
597+
598+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
599+
<!-- prettier-ignore-start -->
600+
<!-- markdownlint-disable -->
601+
<table>
602+
<tr>
603+
<td align="center"><a href="https://github.com/jpivarski"><img src="https://avatars.githubusercontent.com/u/1852447?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Jim Pivarski</b></sub></a><br /><a href="#maintenance-jpivarski" title="Maintenance">🚧</a> <a href="https://github.com/scikit-hep/vector/commits?author=jpivarski" title="Code">💻</a> <a href="https://github.com/scikit-hep/vector/commits?author=jpivarski" title="Documentation">📖</a></td>
604+
<td align="center"><a href="https://github.com/henryiii"><img src="https://avatars.githubusercontent.com/u/4616906?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Henry Schreiner</b></sub></a><br /><a href="#maintenance-henryiii" title="Maintenance">🚧</a> <a href="https://github.com/scikit-hep/vector/commits?author=henryiii" title="Code">💻</a> <a href="https://github.com/scikit-hep/vector/commits?author=henryiii" title="Documentation">📖</a></td>
605+
<td align="center"><a href="https://github.com/eduardo-rodrigues"><img src="https://avatars.githubusercontent.com/u/5013581?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Eduardo Rodrigues</b></sub></a><br /><a href="#maintenance-eduardo-rodrigues" title="Maintenance">🚧</a> <a href="https://github.com/scikit-hep/vector/commits?author=eduardo-rodrigues" title="Code">💻</a> <a href="https://github.com/scikit-hep/vector/commits?author=eduardo-rodrigues" title="Documentation">📖</a></td>
606+
<td align="center"><a href="http://lovelybuggies.com.cn/"><img src="https://avatars.githubusercontent.com/u/29083689?v=4?s=100" width="100px;" alt=""/><br /><sub><b>N!no</b></sub></a><br /><a href="https://github.com/scikit-hep/vector/commits?author=LovelyBuggies" title="Documentation">📖</a></td>
607+
<td align="center"><a href="https://github.com/pfackeldey"><img src="https://avatars.githubusercontent.com/u/18463582?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Peter Fackeldey</b></sub></a><br /><a href="https://github.com/scikit-hep/vector/commits?author=pfackeldey" title="Documentation">📖</a></td>
608+
<td align="center"><a href="https://github.com/kreczko"><img src="https://avatars.githubusercontent.com/u/1213276?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Luke Kreczko</b></sub></a><br /><a href="https://github.com/scikit-hep/vector/commits?author=kreczko" title="Code">💻</a></td>
609+
<td align="center"><a href="https://github.com/nsmith-"><img src="https://avatars.githubusercontent.com/u/6587412?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Nicholas Smith</b></sub></a><br /><a href="#ideas-nsmith-" title="Ideas, Planning, & Feedback">🤔</a></td>
610+
</tr>
611+
<tr>
612+
<td align="center"><a href="https://github.com/mayou36"><img src="https://avatars.githubusercontent.com/u/17454848?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Jonas Eschle</b></sub></a><br /><a href="#ideas-mayou36" title="Ideas, Planning, & Feedback">🤔</a></td>
613+
</tr>
614+
</table>
615+
616+
<!-- markdownlint-restore -->
617+
<!-- prettier-ignore-end -->
618+
619+
<!-- ALL-CONTRIBUTORS-LIST:END -->
620+
621+
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

‎setup.cfg

+1-2
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,7 @@ ignore_missing_imports = True
101101

102102
[check-manifest]
103103
ignore =
104-
.pre-commit-config.yaml
105-
.readthedocs.yml
104+
.*
106105
environment.yml
107106
src/vector/version.py
108107
docs/**

0 commit comments

Comments
 (0)
Please sign in to comment.