Fix PR template to not link all PRs to #49 (#2887)

- Add comment with syntax examples
- Remove direct links to #49 in section header

Backport of #2887
This commit is contained in:
Miroslav Bajtoš 2016-10-25 02:08:40 +02:00 committed by Simon Ho
parent 4cb9f0d74d
commit f80b27880e
1 changed files with 8 additions and 1 deletions

View File

@ -1,7 +1,14 @@
### Description
#### Related issues (eg. #49 or strongloop/loopback#49)
#### Related issues
<!--
Please use the following link syntaxes:
- #49 (to reference issues in the current repository)
- strongloop/loopback#49 (to reference issues in another repository)
-->
- None