docs: adds contributing guide

This commit is contained in:
2026-06-28 03:36:13 +02:00
parent 05e0774462
commit f6070cc5f9
2 changed files with 35 additions and 0 deletions
+4
View File
@@ -109,3 +109,7 @@ server {
3. The script imports each page of the original PDF using FPDI into TCPDF.
4. TCPDF signs the new PDF with the configured certificate (PEM or PKCS#12).
5. The signed PDF is downloaded as `signed_<original-name>.pdf`.
## Contributing
See [CONTRIBUTING.md](CONTRIBUTING.md).