From 2a03154041b3bb6784b425d7c62ba33c156c1926 Mon Sep 17 00:00:00 2001 From: Julian Eisel Date: Fri, 16 Feb 2024 16:40:49 +0100 Subject: [PATCH] Revert "Experiment: Add release notes PR link field to pull request template" This reverts commit 439c8b62c3cc39a2ffd047c4aaea20411878ea88. Didn't intend to push this to the main branch, and didn't notice it was still on there when pushing. --- .gitea/pull_request_template.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.gitea/pull_request_template.yaml b/.gitea/pull_request_template.yaml index 51dc4fe90c7..d4e68f1890a 100644 --- a/.gitea/pull_request_template.yaml +++ b/.gitea/pull_request_template.yaml @@ -20,9 +20,3 @@ 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"