Update pull_request_template.md

Joseph Lyons created

Change summary

.github/pull_request_template.md | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)

Detailed changes

.github/pull_request_template.md 🔗

@@ -2,12 +2,11 @@
 
 Release Notes:
 
-Use `N/A` in this section if this item should be skipped in the release notes.
+- N/A
 
-Add release note lines here:
+or
 
-* (Added|Fixed|Improved) ... ([#<public_issue_number_if_exists>](https://github.com/zed-industries/community/issues/<public_issue_number_if_exists>)).
-* ...
+- (Added|Fixed|Improved) ... ([#<public_issue_number_if_exists>](https://github.com/zed-industries/community/issues/<public_issue_number_if_exists>)).
 
 If the release notes are only intended for a specific release channel only, add `(<release_channel>-only)` to the end of the release note line.
 These will be removed by the person making the release.