Skip to content

Commit d798db2

Browse files
committed
MAINT: Adopt allcontributors - close #82
1 parent d9b111d commit d798db2

File tree

3 files changed

+136
-41
lines changed

3 files changed

+136
-41
lines changed

.all-contributorsrc

+98
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,98 @@
1+
{
2+
"projectName": "pdfly",
3+
"projectOwner": "py-pdf",
4+
"repoType": "github",
5+
"repoHost": "https://github.com",
6+
"files": [
7+
"README.md"
8+
],
9+
"imageSize": 100,
10+
"commit": true,
11+
"commitConvention": "eslint",
12+
"contributors": [
13+
{
14+
"login": "MartinThoma",
15+
"name": "Martin Thoma",
16+
"avatar_url": "https://avatars.githubusercontent.com/u/1658117?v=4",
17+
"profile": "http://martin-thoma.com/",
18+
"contributions": [
19+
"code",
20+
"doc",
21+
"ideas",
22+
"infra",
23+
"maintenance",
24+
"projectManagement",
25+
"tutorial"
26+
]
27+
},
28+
{
29+
"login": "Lucas-C",
30+
"name": "Lucas Cimon",
31+
"avatar_url": "https://avatars.githubusercontent.com/u/925560?v=4",
32+
"profile": "https://chezsoi.org/lucas/blog/",
33+
"contributions": [
34+
"bug",
35+
"code",
36+
"doc",
37+
"maintenance"
38+
]
39+
},
40+
{
41+
"login": "pastor-robert",
42+
"name": "Rob Adams",
43+
"avatar_url": "https://avatars.githubusercontent.com/u/35646090?v=4",
44+
"profile": "https://github.com/pastor-robert",
45+
"contributions": [
46+
"code"
47+
]
48+
},
49+
{
50+
"login": "Kaos599",
51+
"name": "Harsh ",
52+
"avatar_url": "https://avatars.githubusercontent.com/u/115716485?v=4",
53+
"profile": "https://github.com/Kaos599",
54+
"contributions": [
55+
"code"
56+
]
57+
},
58+
{
59+
"login": "srogmann",
60+
"name": "Sascha Rogmann",
61+
"avatar_url": "https://avatars.githubusercontent.com/u/59577610?v=4",
62+
"profile": "https://github.com/srogmann",
63+
"contributions": [
64+
"code"
65+
]
66+
},
67+
{
68+
"login": "ebotiab",
69+
"name": "Enrique Botía",
70+
"avatar_url": "https://avatars.githubusercontent.com/u/62219950?v=4",
71+
"profile": "https://github.com/ebotiab",
72+
"contributions": [
73+
"code"
74+
]
75+
},
76+
{
77+
"login": "kommade",
78+
"name": "kommade",
79+
"avatar_url": "https://avatars.githubusercontent.com/u/99523586?v=4",
80+
"profile": "https://github.com/kommade",
81+
"contributions": [
82+
"code"
83+
]
84+
},
85+
{
86+
"login": "Zingzy",
87+
"name": "Zingzy",
88+
"avatar_url": "https://avatars.githubusercontent.com/u/90309290?v=4",
89+
"profile": "https://spoo.me/",
90+
"contributions": [
91+
"code"
92+
]
93+
}
94+
],
95+
"contributorsPerLine": 5,
96+
"skipCi": true,
97+
"commitType": "docs"
98+
}

CONTRIBUTORS.md

+1-41
Original file line numberDiff line numberDiff line change
@@ -1,41 +1 @@
1-
# Contributors
2-
3-
pdfly is a free software project without any company affiliation. We cannot pay
4-
contributors, but we do value their contributions 🤗
5-
6-
The list might not be complete. You can find more contributors via the git
7-
history and [GitHubs 'Contributors' feature](https://github.com/py-pdf/pdfly/graphs/contributors).
8-
9-
## Contributors to the pdfly project
10-
11-
* [Thoma, Martin](https://github.com/MartinThoma): Creator of pdfly. [LinkedIn](https://www.linkedin.com/in/martin-thoma/) | [StackOverflow](https://stackoverflow.com/users/562769/martin-thoma) | [Blog](https://martin-thoma.com/)
12-
13-
## Adding a new contributor
14-
15-
Contributors are:
16-
17-
* Anybody who has an commit in main - no matter how big/small or how many. Also if it's via co-authored-by.
18-
* People who opened helpful issues:
19-
(1) Bugs: with complete MCVE
20-
(2) Well-described feature requests
21-
(3) Potentially some more.
22-
The maintainers of pdfly have the last call on that one.
23-
* Community work: This is exceptional. If the maintainers of pdfly see people
24-
being super helpful in answering issues / discussions or being very active on
25-
Stackoverflow, we also consider them being contributors to pdfly.
26-
27-
Contributors can add themselves or ask via an Github Issue to be added.
28-
29-
Please use the following format:
30-
31-
```
32-
* Last name, First name: 140-characters of text; links to linkedin / github / other profiles and personal pages are ok
33-
34-
OR
35-
36-
* GitHub Username: 140-characters of text; links to linkedin / github / other profiles and personal pages are ok
37-
```
38-
39-
and add the entry in the alphabetical order. People who . The 140 characters are everything visible after the `Name:`.
40-
41-
Please don't use images.
1+
The list of contributors has been moved into the [README.md](README.md#contributors-).

README.md

+37
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,40 @@ $ pdfly 2-up --help
6464
│ --help Show this message and exit. │
6565
╰─────────────────────────────────────────────────────────────────────────────╯
6666
```
67+
68+
## Contributors ✨
69+
70+
pdfly is a free software project without any company affiliation. We cannot pay
71+
contributors, but we do value their contributions 🤗
72+
73+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
74+
<!-- prettier-ignore-start -->
75+
<!-- markdownlint-disable -->
76+
<table>
77+
<tbody>
78+
<tr>
79+
<td align="center" valign="top" width="20%"><a href="http://martin-thoma.com/"><img src="https://avatars.githubusercontent.com/u/1658117?v=4?s=100" width="100px;" alt="Martin Thoma"/><br /><sub><b>Martin Thoma</b></sub></a><br /><a href="https://github.com/py-pdf/pdfly/commits?author=MartinThoma" title="Code">💻</a> <a href="https://github.com/py-pdf/pdfly/commits?author=MartinThoma" title="Documentation">📖</a> <a href="#ideas-MartinThoma" title="Ideas, Planning, & Feedback">🤔</a> <a href="#infra-MartinThoma" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a> <a href="#maintenance-MartinThoma" title="Maintenance">🚧</a> <a href="#projectManagement-MartinThoma" title="Project Management">📆</a> <a href="#tutorial-MartinThoma" title="Tutorials">✅</a></td>
80+
<td align="center" valign="top" width="20%"><a href="https://chezsoi.org/lucas/blog/"><img src="https://avatars.githubusercontent.com/u/925560?v=4?s=100" width="100px;" alt="Lucas Cimon"/><br /><sub><b>Lucas Cimon</b></sub></a><br /><a href="https://github.com/py-pdf/pdfly/issues?q=author%3ALucas-C" title="Bug reports">🐛</a> <a href="https://github.com/py-pdf/pdfly/commits?author=Lucas-C" title="Code">💻</a> <a href="https://github.com/py-pdf/pdfly/commits?author=Lucas-C" title="Documentation">📖</a> <a href="#maintenance-Lucas-C" title="Maintenance">🚧</a></td>
81+
<td align="center" valign="top" width="20%"><a href="https://github.com/pastor-robert"><img src="https://avatars.githubusercontent.com/u/35646090?v=4?s=100" width="100px;" alt="Rob Adams"/><br /><sub><b>Rob Adams</b></sub></a><br /><a href="https://github.com/py-pdf/pdfly/commits?author=pastor-robert" title="Code">💻</a></td>
82+
<td align="center" valign="top" width="20%"><a href="https://github.com/Kaos599"><img src="https://avatars.githubusercontent.com/u/115716485?v=4?s=100" width="100px;" alt="Harsh "/><br /><sub><b>Harsh </b></sub></a><br /><a href="https://github.com/py-pdf/pdfly/commits?author=Kaos599" title="Code">💻</a></td>
83+
<td align="center" valign="top" width="20%"><a href="https://github.com/srogmann"><img src="https://avatars.githubusercontent.com/u/59577610?v=4?s=100" width="100px;" alt="Sascha Rogmann"/><br /><sub><b>Sascha Rogmann</b></sub></a><br /><a href="https://github.com/py-pdf/pdfly/commits?author=srogmann" title="Code">💻</a></td>
84+
</tr>
85+
<tr>
86+
<td align="center" valign="top" width="20%"><a href="https://github.com/ebotiab"><img src="https://avatars.githubusercontent.com/u/62219950?v=4?s=100" width="100px;" alt="Enrique Botía"/><br /><sub><b>Enrique Botía</b></sub></a><br /><a href="https://github.com/py-pdf/pdfly/commits?author=ebotiab" title="Code">💻</a></td>
87+
<td align="center" valign="top" width="20%"><a href="https://github.com/kommade"><img src="https://avatars.githubusercontent.com/u/99523586?v=4?s=100" width="100px;" alt="kommade"/><br /><sub><b>kommade</b></sub></a><br /><a href="https://github.com/py-pdf/pdfly/commits?author=kommade" title="Code">💻</a></td>
88+
<td align="center" valign="top" width="20%"><a href="https://spoo.me/"><img src="https://avatars.githubusercontent.com/u/90309290?v=4?s=100" width="100px;" alt="Zingzy"/><br /><sub><b>Zingzy</b></sub></a><br /><a href="https://github.com/py-pdf/pdfly/commits?author=Zingzy" title="Code">💻</a></td>
89+
</tr>
90+
</tbody>
91+
</table>
92+
93+
<!-- markdownlint-restore -->
94+
<!-- prettier-ignore-end -->
95+
96+
<!-- ALL-CONTRIBUTORS-LIST:END -->
97+
98+
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification
99+
([emoji key](https://allcontributors.org/docs/en/emoji-key)).
100+
Contributions of any kind welcome!
101+
102+
The list might not be complete. You can find more contributors via the git
103+
history and [GitHubs 'Contributors' feature](https://github.com/py-pdf/pdfly/graphs/contributors).

0 commit comments

Comments
 (0)