diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index c2b79901af..52011a6f19 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -15,6 +15,17 @@ body: **SECURITY RELATED?** Submit here: https://hackerone.com/curl + - type: markdown + attributes: + value: " + > [!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." + - type: textarea id: reproducer attributes: diff --git a/.github/ISSUE_TEMPLATE/docs.yml b/.github/ISSUE_TEMPLATE/docs.yml index 1b60a597ad..d0c3852183 100644 --- a/.github/ISSUE_TEMPLATE/docs.yml +++ b/.github/ISSUE_TEMPLATE/docs.yml @@ -14,6 +14,17 @@ body: Only file documentation bugs here! Ask questions on the mailing lists https://curl.se/mail/ + - type: markdown + attributes: + value: " + > [!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." + - type: textarea id: source attributes: diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000000..34e39a2172 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,8 @@ + diff --git a/REUSE.toml b/REUSE.toml index 87be5825cc..9e6d2d166b 100644 --- a/REUSE.toml +++ b/REUSE.toml @@ -13,6 +13,7 @@ SPDX-PackageDownloadLocation = "https://curl.se/" [[annotations]] path = [ + ".github/pull_request_template.md", "docs/INSTALL", "docs/libcurl/symbols-in-versions", "docs/options-in-versions",