From 72f2ae571683d99912f881d704df3ba6a6fdf768 Mon Sep 17 00:00:00 2001 From: Armin Novak Date: Mon, 27 Nov 2017 09:06:31 +0100 Subject: [PATCH] Added reminder to delete template before submit --- .github/ISSUE_TEMPLATE.md | 2 ++ .github/PULL_REQUEST_TEMPLATE.md | 1 + 2 files changed, 3 insertions(+) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 02b98fead..48221d27a 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -19,4 +19,6 @@ * if you built it yourself add some notes which branch you have used, also your cmake parameters can help * extra information helping us to find the bug +## Please remove this text before submitting your issue! + _Thank you for reporting a bug!_ diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index de3ea771c..db0115e85 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -20,3 +20,4 @@ * fix issues found during the review phase * Joining IRC _#freerdp_ to talk to other developers or help them test your pull might accelerate acceptance +## Please remove this text before submitting your pull!