From 6f6cb53fad43892d9529e5a970d958d503d9c395 Mon Sep 17 00:00:00 2001 From: Marshall Bowers Date: Fri, 2 Feb 2024 11:41:47 -0500 Subject: [PATCH] Tweak pull request template to (hopefully) make it clearer (#7287) I keep seeing people leave the wrapping parentheses, like `(Added)` in their release notes. This PR tries making it clearer that we only want *one* of "Added", "Fixed", or "Improved". Release Notes: - N/A --- .github/pull_request_template.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 443e1b58da..ce8a08f5b8 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -2,4 +2,8 @@ Release Notes: -- (Added|Fixed|Improved) ... ([#](https://github.com/zed-industries/zed/issues/)). +- Added/Fixed/Improved ... ([#](https://github.com/zed-industries/zed/issues/)). + +**or** + +- N/A