From a0e259c74243d1914eb68d14b5a86ecb6f22c61c Mon Sep 17 00:00:00 2001 From: chinapandaman Date: Wed, 19 Jun 2024 09:16:54 -0500 Subject: [PATCH 1/4] PPF-658: link to developer guide --- CONTRIBUTING | 1 + 1 file changed, 1 insertion(+) create mode 100644 CONTRIBUTING diff --git a/CONTRIBUTING b/CONTRIBUTING new file mode 100644 index 00000000..8fa6e761 --- /dev/null +++ b/CONTRIBUTING @@ -0,0 +1 @@ +Check out the developer guide on how to contribute to PyPDFForm: https://chinapandaman.github.io/PyPDFForm/dev_intro/ From b63b9e84c12fe8fdd14a91aaca2cc2239e05e7b7 Mon Sep 17 00:00:00 2001 From: chinapandaman Date: Wed, 19 Jun 2024 09:20:32 -0500 Subject: [PATCH 2/4] PPF-658: move how to contribute over --- CONTRIBUTING | 1 - CONTRIBUTING.md | 5 +++++ README.md | 6 ------ 3 files changed, 5 insertions(+), 7 deletions(-) delete mode 100644 CONTRIBUTING create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING b/CONTRIBUTING deleted file mode 100644 index 8fa6e761..00000000 --- a/CONTRIBUTING +++ /dev/null @@ -1 +0,0 @@ -Check out the developer guide on how to contribute to PyPDFForm: https://chinapandaman.github.io/PyPDFForm/dev_intro/ diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 00000000..1442ea54 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,5 @@ +Check out the developer guide on how to contribute to PyPDFForm: https://chinapandaman.github.io/PyPDFForm/dev_intro/ + +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. diff --git a/README.md b/README.md index 5097af12..8fec8c21 100644 --- a/README.md +++ b/README.md @@ -60,9 +60,3 @@ The official documentation can be found on [the GitHub page](https://chinapandam ## Public Speak [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. From 7be98fc665505b469b9abc0c5ab8b56cfd8eba14 Mon Sep 17 00:00:00 2001 From: chinapandaman Date: Wed, 19 Jun 2024 09:22:32 -0500 Subject: [PATCH 3/4] PPF-658: add some titles --- CONTRIBUTING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1442ea54..85e93720 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,5 +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. From 7e80afef6213af9b45de1d264dec3f9025a47544 Mon Sep 17 00:00:00 2001 From: chinapandaman Date: Wed, 19 Jun 2024 09:26:00 -0500 Subject: [PATCH 4/4] PPF-658: change title --- CONTRIBUTING.md | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 85e93720..e9a38664 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,8 +1,8 @@ -# How to Contribute Code +## 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 +## 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 diff --git a/README.md b/README.md index 8fec8c21..1efbf251 100644 --- a/README.md +++ b/README.md @@ -57,6 +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)