From f61528768e8463d1c6c56bbbfba66671a7c946df Mon Sep 17 00:00:00 2001 From: Gyuho Lee Date: Fri, 13 Apr 2018 11:05:54 -0700 Subject: [PATCH] .github: clean up TEMPLATES Signed-off-by: Gyuho Lee --- .github/ISSUE_TEMPLATE.md | 8 +++++++- .github/PULL_REQUEST_TEMPLATE.md | 8 +++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index c8c894c26..626f85e7b 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,4 +1,10 @@ -# Bug reporting + + +
+
+**!!! PLEASE READ BEFORE REPORTING !!!** +
+
A good bug report has some very specific qualities, so please read over our short document on [reporting bugs][report_bugs] before submitting a bug report. diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 4fa34e9b3..11cd5c080 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,4 +1,10 @@ -# Contributing guidelines + + +
+
+**!!! PLEASE READ BEFORE CONTRIBUTING !!!** +
+
Please read our [contribution workflow][contributing] before submitting a pull request.