This is an automated email from the ASF dual-hosted git repository.
asf-gitbox-commits pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pdfbox-docs.git
The following commit(s) were added to refs/heads/master by this push:
new 5a1d6b96 PDFBOX-5300: add ASF AI link
5a1d6b96 is described below
commit 5a1d6b9675a99aef5a90e564003d87cd8c7b045b
Author: Tilman Hausherr <[email protected]>
AuthorDate: Wed Jul 22 14:04:47 2026 +0200
PDFBOX-5300: add ASF AI link
---
content/codingconventions.md | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/content/codingconventions.md b/content/codingconventions.md
index ad154ffd..d53259ed 100644
--- a/content/codingconventions.md
+++ b/content/codingconventions.md
@@ -113,6 +113,10 @@ Over the years the PDFBox project has come to adopt a
number of coding conventio
- Avoid unnecesary abstraction. While you're encouraged to avoid brittle
designs, it's unlikey that an API designed for "future use" will have the
correct API without any code which actually uses it.
+### AI
+
+If you're using AI to contribute code, read the [ASF Generative Tooling
Guidance](https://www.apache.org/legal/generative-tooling.html) first.
+
### Example
Here's an example of PDFBox's formatting style: