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' ---