Update pull_request_template.md

This commit is contained in:
nukeop 2021-03-27 17:06:49 +00:00 committed by GitHub
parent 37309affb7
commit 24de8b2902
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 4 deletions

View File

@ -4,10 +4,14 @@
### To sign, create a file in `_data/signed/` named `<username>.yaml` with the following content:
```yaml
name: <your name here>
name: <your name here (optional organization or company)>
link: <link to your profile or site>
```
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)`
-->