From 6f310d1d7acf11013dc7e68d4e68823eb96cec4d Mon Sep 17 00:00:00 2001 From: Mohd Kaif <98801504+KaifAhmad1@users.noreply.github.com> Date: Mon, 10 Aug 2026 21:18:01 +0530 Subject: [PATCH] docs: link CONTRIBUTING.md issue workflow from PR template (#896) Surfaces the comment-before-you-PR workflow from CONTRIBUTING.md directly on the PR creation page to reduce duplicate PRs on the same issue. --- .github/pull_request_template.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 40c88106..66f38cd9 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,3 +1,5 @@ +> **Before you submit:** make sure you followed the [issue workflow in CONTRIBUTING.md](https://github.com/semantica-agi/semantica/blob/main/CONTRIBUTING.md#-working-on-an-existing-issue) — comment on the issue and wait for assignment before opening a PR, to avoid duplicate work. + ## Description