From d9d08f0e051531e921f561fcb77aa0ed589e9de9 Mon Sep 17 00:00:00 2001 From: Douwe Osinga Date: Tue, 25 Aug 2026 21:19:52 +0000 Subject: [PATCH] docs: require issues before pull requests (#11565) --- .github/pull_request_template.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index ef2d9de62..23d80072f 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,3 +1,8 @@ +Fixes: #ISSUE_ID + +> [!IMPORTANT] +> Goose follows an [issues-first contribution process](https://github.com/aaif-goose/goose/blob/main/CONTRIBUTING.md#from-issue-to-pull-request). Before opening an external pull request, make sure the linked issue is on the [Goose Issues board](https://github.com/orgs/aaif-goose/projects/1) with the **Ready** status. Pull requests for issues in **Inbox**, **Needs info**, or **Accepted / design** are not ready for implementation. PRs without a linked issue or an issue in the wrong state can be closed with a one-liner "no correct issue". + ## Summary @@ -5,12 +10,10 @@ ### Related Issues -Relates to #ISSUE_ID Discussion: LINK (if any) ### Screenshots/Demos (for UX changes) Before: -After: - +After: