-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
df95aae
commit f628475
Showing
1 changed file
with
43 additions
and
0 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,43 @@ | ||
# Contributors | ||
|
||
PyPDF2 hat a lot of contributors since it started with pyPdf in 2005. We are | ||
a free software project without any company affiliation. We cannot pay | ||
contributors, but we do value their contributions. A lot of time, effort, and | ||
expertise went into this project. With this list, we recognize those awesome | ||
people 🤗 | ||
|
||
The list is definitely not complete. You can find more contributors via the git | ||
history and [GitHubs 'Contributors' feature](https://github.com/py-pdf/PyPDF2/graphs/contributors). | ||
|
||
|
||
* [Thoma, Martin](https://github.com/MartinThoma): Maintainer of PyPDF2 since April 2022. I hope to build a great community with many awesome contributors. [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 PyPDF2 have the last call on that one. | ||
* Community work: This is exceptional. If the maintainers of PyPDF2 see people | ||
being super helpful in answering issues / discussions or being very active on | ||
Stackoverflow, we also consider them being contributors to PyPDF2. | ||
|
||
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. The 140 characters are everything visible after the `Name:`. | ||
|
||
Please don't use images. |