Skip to content

Commit

Permalink
Merge pull request #659 from chinapandaman/PPF-658
Browse files Browse the repository at this point in the history
PPF-658: add CONTRIBUTING
  • Loading branch information
chinapandaman authored Jun 19, 2024
2 parents fda46ba + 7e80afe commit f7fb7f1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
9 changes: 9 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## How to Contribute Code

Check out the developer guide on how to contribute to PyPDFForm: https://chinapandaman.github.io/PyPDFForm/dev_intro/

## Other Ways to Contribute

It is difficult to make sure that the library supports all the PDF form creating tools out
there. So if you run into a case where the library does not work for certain PDF forms created by certain tools, feel free to open an issue with the problematic PDF form attached. I will seek
to make the library support the attached PDF form as well as the tool used to create it.
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,6 @@ and it should look like [this](https://github.com/chinapandaman/PyPDFForm/raw/ma

The official documentation can be found on [the GitHub page](https://chinapandaman.github.io/PyPDFForm/) of this repository.

## Public Speak
## Other Resources

[Chicago Python User Group - Dec 14, 2023](https://youtu.be/8t1RdAKwr9w?si=TLgumBNXv9H8szSn)

## How to Contribute

It is difficult to make sure that the library supports all the PDF form creating tools out
there. So if you run into a case where the library does not work for certain PDF forms created by certain tools, feel free to open an issue with the problematic PDF form attached. I will seek
to make the library support the attached PDF form as well as the tool used to create it.

0 comments on commit f7fb7f1

Please sign in to comment.