Update pull_request_template.md
This commit is contained in:
parent
37309affb7
commit
24de8b2902
1 changed files with 5 additions and 4 deletions
9
.github/pull_request_template.md
vendored
9
.github/pull_request_template.md
vendored
|
@ -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)`
|
||||
-->
|
||||
|
|
Loading…
Reference in a new issue