From 89caf06dbef7261285d496316e63662b6a57fd86 Mon Sep 17 00:00:00 2001 From: Marshall Bowers Date: Tue, 27 Feb 2024 14:19:18 -0500 Subject: [PATCH] Move note about screenshots up in the PR template (#8501) This PR rearranges the PR template to move the line about including screenshots or media up underneath the `Added/Fixed/Improved` section. This makes it easier to delete one section or the other depending on what kind of change you're making. Release Notes: - N/A --- .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 03fd339b43..1885fc15eb 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -4,8 +4,8 @@ Release Notes: - Added/Fixed/Improved ... ([#](https://github.com/zed-industries/zed/issues/)). +Optionally, include screenshots / media showcasing your addition that can be included in the release notes. + **or** - N/A - -Optionally, include screenshots / media showcasing your addition that can be included in the release notes.