-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MAINT: Adopt allcontributors - close #82
- Loading branch information
Showing
3 changed files
with
136 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,98 @@ | ||
{ | ||
"projectName": "pdfly", | ||
"projectOwner": "py-pdf", | ||
"repoType": "github", | ||
"repoHost": "https://github.com", | ||
"files": [ | ||
"README.md" | ||
], | ||
"imageSize": 100, | ||
"commit": true, | ||
"commitConvention": "eslint", | ||
"contributors": [ | ||
{ | ||
"login": "MartinThoma", | ||
"name": "Martin Thoma", | ||
"avatar_url": "https://avatars.githubusercontent.com/u/1658117?v=4", | ||
"profile": "http://martin-thoma.com/", | ||
"contributions": [ | ||
"code", | ||
"doc", | ||
"ideas", | ||
"infra", | ||
"maintenance", | ||
"projectManagement", | ||
"tutorial" | ||
] | ||
}, | ||
{ | ||
"login": "Lucas-C", | ||
"name": "Lucas Cimon", | ||
"avatar_url": "https://avatars.githubusercontent.com/u/925560?v=4", | ||
"profile": "https://chezsoi.org/lucas/blog/", | ||
"contributions": [ | ||
"bug", | ||
"code", | ||
"doc", | ||
"maintenance" | ||
] | ||
}, | ||
{ | ||
"login": "pastor-robert", | ||
"name": "Rob Adams", | ||
"avatar_url": "https://avatars.githubusercontent.com/u/35646090?v=4", | ||
"profile": "https://github.com/pastor-robert", | ||
"contributions": [ | ||
"code" | ||
] | ||
}, | ||
{ | ||
"login": "Kaos599", | ||
"name": "Harsh ", | ||
"avatar_url": "https://avatars.githubusercontent.com/u/115716485?v=4", | ||
"profile": "https://github.com/Kaos599", | ||
"contributions": [ | ||
"code" | ||
] | ||
}, | ||
{ | ||
"login": "srogmann", | ||
"name": "Sascha Rogmann", | ||
"avatar_url": "https://avatars.githubusercontent.com/u/59577610?v=4", | ||
"profile": "https://github.com/srogmann", | ||
"contributions": [ | ||
"code" | ||
] | ||
}, | ||
{ | ||
"login": "ebotiab", | ||
"name": "Enrique Botía", | ||
"avatar_url": "https://avatars.githubusercontent.com/u/62219950?v=4", | ||
"profile": "https://github.com/ebotiab", | ||
"contributions": [ | ||
"code" | ||
] | ||
}, | ||
{ | ||
"login": "kommade", | ||
"name": "kommade", | ||
"avatar_url": "https://avatars.githubusercontent.com/u/99523586?v=4", | ||
"profile": "https://github.com/kommade", | ||
"contributions": [ | ||
"code" | ||
] | ||
}, | ||
{ | ||
"login": "Zingzy", | ||
"name": "Zingzy", | ||
"avatar_url": "https://avatars.githubusercontent.com/u/90309290?v=4", | ||
"profile": "https://spoo.me/", | ||
"contributions": [ | ||
"code" | ||
] | ||
} | ||
], | ||
"contributorsPerLine": 7, | ||
"skipCi": true, | ||
"commitType": "docs" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,41 +1 @@ | ||
# Contributors | ||
|
||
pdfly is a free software project without any company affiliation. We cannot pay | ||
contributors, but we do value their contributions 🤗 | ||
|
||
The list might not be complete. You can find more contributors via the git | ||
history and [GitHubs 'Contributors' feature](https://github.com/py-pdf/pdfly/graphs/contributors). | ||
|
||
## Contributors to the pdfly project | ||
|
||
* [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/) | ||
|
||
## Adding a new contributor | ||
|
||
Contributors are: | ||
|
||
* Anybody who has an commit in main - no matter how big/small or how many. Also if it's via co-authored-by. | ||
* People who opened helpful issues: | ||
(1) Bugs: with complete MCVE | ||
(2) Well-described feature requests | ||
(3) Potentially some more. | ||
The maintainers of pdfly have the last call on that one. | ||
* Community work: This is exceptional. If the maintainers of pdfly see people | ||
being super helpful in answering issues / discussions or being very active on | ||
Stackoverflow, we also consider them being contributors to pdfly. | ||
|
||
Contributors can add themselves or ask via an Github Issue to be added. | ||
|
||
Please use the following format: | ||
|
||
``` | ||
* Last name, First name: 140-characters of text; links to linkedin / github / other profiles and personal pages are ok | ||
OR | ||
* GitHub Username: 140-characters of text; links to linkedin / github / other profiles and personal pages are ok | ||
``` | ||
|
||
and add the entry in the alphabetical order. People who . The 140 characters are everything visible after the `Name:`. | ||
|
||
Please don't use images. | ||
The list of contributors has been moved into the [README.md](README.md#contributors-). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters