From 3f8d6021ac2038834735c7fd4674f7e1c59f517d Mon Sep 17 00:00:00 2001 From: Lionel Cheng <60159831+lionelchg@users.noreply.github.com> Date: Tue, 2 Sep 2025 19:05:52 +0200 Subject: [PATCH] Fix: Adapt pr template with correct link following doc refacto (#2982) This PR fixes the link of contributing page in Pull Request template to the right one following the migration of the section to a dedicated file. Signed-off-by: lionelchg --- .github/pull_request_template.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 03cedab2..0fc0747d 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 "Contributing" section of the README or your PR may be closed: -https://github.com/openai/codex#contributing +Before opening this Pull Request, please read the dedicated "Contributing" markdown file or your PR may be closed: +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.