From 9c32b774aad9c152fd330f801a842ac2c8676720 Mon Sep 17 00:00:00 2001 From: Joseph Lyons Date: Mon, 22 May 2023 14:53:07 -0400 Subject: [PATCH] Add example of changelog line in PR template --- .github/pull_request_template.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 8d16a59bc1..f66fdce683 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -2,4 +2,5 @@ Release Notes: -* [[Added foo / Fixed bar / No notes]] +* (Added|Fixed|Improved) ... ([#](https://github.com/zed-industries/community/issues/)). +* ...