From 820e32ddcaacfa2009d6c2b0ca049ad81b52f63e Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Thu, 26 Sep 2019 15:21:00 +0100 Subject: [PATCH] Doc: Removed default title in new issue templates Because otherwise people leave them in, but they are redundant with the automatically attached tag. --- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- .github/ISSUE_TEMPLATE/question.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index dac4eab2c..dd3bb8d23 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,7 +1,7 @@ --- name: Feature request about: Report an accepted feature request. -title: '[Feature request] ' +title: '' labels: ':four_leaf_clover: feature request' --- diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md index 12a43e3a0..3ea59c98d 100644 --- a/.github/ISSUE_TEMPLATE/question.md +++ b/.github/ISSUE_TEMPLATE/question.md @@ -1,7 +1,7 @@ --- name: "🤔 Questions and Help" about: The issue tracker is not for questions. Please ask questions on https://discourse.joplinapp.org/. -title: 'Question: ' +title: '' labels: ':question: question' ---