github: Add AI usage warning to issue, doc and PR templates

- Explain to contributors that though AI use is acceptable they must
  not file unless they can understand and explain their work without AI.

Assisted-by: Viktor Szakats

Ref: https://github.com/curl/curl/discussions/21792

Closes https://github.com/curl/curl/pull/21801
This commit is contained in:
Jay Satiro 2026-05-28 14:42:03 -04:00
parent a4313f1a98
commit 74f18f27a2
4 changed files with 31 additions and 0 deletions

8
.github/pull_request_template.md vendored Normal file
View file

@ -0,0 +1,8 @@
<!--
IMPORTANT:
If you cannot understand or explain your work without using
Artificial Intelligence (AI) then do not file here. Do not paste
massive AI generated explanations. We accept the use of AI as long as
it is digestible. Please explain your issues or improvements briefly
and clearly in your own human voice.
-->