chore: update issue and PR templates to use comments to hide instructions in the frontend

This commit is contained in:
Daniel Ruf 2018-05-12 17:33:08 +02:00
parent d529f675d0
commit 9e0180edda
No known key found for this signature in database
GPG Key ID: 68597EDC4FAC1299
2 changed files with 8 additions and 3 deletions

View File

@ -1,5 +1,7 @@
<!--
Your issue may already be reported!
Please search on the [issue tracker](https://github.com/Unitech/pm2/search?type=Issues) before creating one.
-->
## What's going wrong?
@ -7,8 +9,9 @@ Please search on the [issue tracker](https://github.com/Unitech/pm2/search?type=
## Supporting information
<!--
Please run the following command (available on PM2 >= 2.6)
-->
```
$ pm2 report
```

View File

@ -1,5 +1,6 @@
<!--
Please always submit pull requests on the development branch.
-->
| Q | A
| ------------- | ---
| Bug fix? | yes/no
@ -10,5 +11,6 @@ Please always submit pull requests on the development branch.
| Fixed tickets | #1234, #5678
| License | MIT
| Doc PR | https://github.com/pm2-hive/pm2-hive.github.io/pulls
<!--
*Please update this template with something that matches your PR*
-->