From 24de8b2902c1e56aef127e37291c34d998fe208a Mon Sep 17 00:00:00 2001 From: nukeop <12746779+nukeop@users.noreply.github.com> Date: Sat, 27 Mar 2021 17:06:49 +0000 Subject: [PATCH] Update pull_request_template.md --- .github/pull_request_template.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index f709587b3..e3ce0d1ec 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -4,10 +4,14 @@ ### To sign, create a file in `_data/signed/` named `.yaml` with the following content: ```yaml -name: +name: link: ``` +Optional stuff you should consider: +- Use your real name if possible +- Add affiliated organizations or projects if applicable (e.g. `John Smith (Free Software Foundation, Popular Window Manager Author)` +- ### Example ```yaml @@ -15,7 +19,4 @@ name: Richard Matthew Stallman link: https://stallman.org/ ``` -Optional stuff you should consider: -- Use your real name if possible -- Add affiliated organizations or projects if applicable (e.g. `John Smith (Free Software Foundation, Popular Window Manager Author)` -->