diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index f709587b..e3ce0d1e 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)` -->