Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 896 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (15 loc) · 896 Bytes

Please check the documentation page dedicated to development.

Creating issues / tickets

Please go here: https://github.com/py-pdf/pypdf/issues

Typically you should not send e-mails. E-mails might only reach one person and it could go into spam or that person might be busy. Please create issues on GitHub instead.

Please use the templates provided.

Creating Pull Requests

We appreciate if people make PRs, but please be aware that pypdf is used by many people. That means:

  • We rarely make breaking changes and have a deprecation process
  • New features, especially adding to the public interface, typically need to be discussed first.

Before you make bigger changes, rather open an issue to make the suggestion. Note which interface changes you want to make.