[Scummvm-git-logs] scummvm master -> 4edac15aae5e1fe475eb5d4767b4c5ece3636164

sev- noreply at scummvm.org
Wed Aug 5 18:10:34 UTC 2026


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .

Summary:
4edac15aae GITHUB: Added AI-related explanations to the PR template


Commit: 4edac15aae5e1fe475eb5d4767b4c5ece3636164
    https://github.com/scummvm/scummvm/commit/4edac15aae5e1fe475eb5d4767b4c5ece3636164
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2026-08-05T20:10:25+02:00

Commit Message:
GITHUB: Added AI-related explanations to the PR template

Changed paths:
    .github/pull_request_template.md


diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
index 886398222db..03641b4dadf 100644
--- a/.github/pull_request_template.md
+++ b/.github/pull_request_template.md
@@ -2,10 +2,18 @@
 <!---
 Thank you for contributing to ScummVM. Please read the following carefully before submitting your Pull Request.
 
+ATTEMTION TO THE AI USERS:
+
+EVERY WORD of your code, comments, commit log messages, PR description, must be re-read by a human and checked for sanity, correctness and common sense. At any sight of AI slop, including lengthy LLM-oriented explanations, your PR will be closed.
+
+On top of ot, we created AI-specific guidelines https://github.com/scummvm/scummvm/blob/master/AI-GUIDELINES.md
+
 Make sure your individual commits follow the guidelines found in the ScummVM Wiki: https://wiki.scummvm.org/index.php?title=Commit_Guidelines. If they're not please edit them before submitting the Pull Request.
 
 Proper documentation must also be included for common code and changes impacting user facing elements.
 
+We require linear history, so no merge commits are allowed.
+
 Commits and Pull Requests should use the following template:
 
 ```




More information about the Scummvm-git-logs mailing list