From 9e0180eddab071916144ad7008817bd6aef1c8ce Mon Sep 17 00:00:00 2001 From: Daniel Ruf Date: Sat, 12 May 2018 17:33:08 +0200 Subject: [PATCH] chore: update issue and PR templates to use comments to hide instructions in the frontend --- .github/ISSUE_TEMPLATE.md | 5 ++++- .github/PULL_REQUEST_TEMPLATE.md | 6 ++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index b6ddb7c11..113fee12c 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,5 +1,7 @@ + ## What's going wrong? @@ -7,8 +9,9 @@ Please search on the [issue tracker](https://github.com/Unitech/pm2/search?type= ## Supporting information + ``` $ pm2 report ``` diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index c94ce3c93..9896e87fc 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,5 +1,6 @@ + | 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 - + \ No newline at end of file