From b7e5588d18ce6bf1c3f4dd609d13ffff326703cf Mon Sep 17 00:00:00 2001 From: Eric Traut Date: Mon, 27 Apr 2026 21:45:15 -0700 Subject: [PATCH] Clarify PR template invitation requirement (#19912) Addresses #19856 ## Summary - Clarifies that external code contributions are invitation only. - Points contributors to `docs/contributing.md` for the full policy instead of using the previous warning phrasing. --- .github/pull_request_template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 45322e4ff..4ea424c43 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,6 +1,6 @@ # External (non-OpenAI) Pull Request Requirements -Before opening this Pull Request, please read the dedicated "Contributing" markdown file or your PR may be closed: +External code contributions are by invitation only. Please read the dedicated "Contributing" markdown file for details: https://github.com/openai/codex/blob/main/docs/contributing.md If your PR conforms to our contribution guidelines, replace this text with a detailed and high quality description of your changes.