From 439c8b62c3cc39a2ffd047c4aaea20411878ea88 Mon Sep 17 00:00:00 2001 From: Julian Eisel Date: Thu, 15 Feb 2024 12:50:53 +0100 Subject: [PATCH] Experiment: Add release notes PR link field to pull request template --- .gitea/pull_request_template.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitea/pull_request_template.yaml b/.gitea/pull_request_template.yaml index d4e68f1890a..51dc4fe90c7 100644 --- a/.gitea/pull_request_template.yaml +++ b/.gitea/pull_request_template.yaml @@ -20,3 +20,9 @@ body: attributes: label: "Description" hide_label: true + + - type: input + attributes: + label: "Release Notes Pull Request" + description: "Link to a pull request adding this change to the [release notes](https://developer.blender.org/docs/release_notes/). This is highly encouraged for any noteworthy change." + placeholder: "URL"