From 2f42ba320680058051234a42e3fad59958331de1 Mon Sep 17 00:00:00 2001 From: squidfunk Date: Mon, 9 Mar 2020 23:49:36 +0100 Subject: [PATCH] Updated GitHub issue templates --- .github/ISSUE_TEMPLATE/bug.md | 6 +++--- .github/ISSUE_TEMPLATE/feature.md | 6 +++--- .github/ISSUE_TEMPLATE/question.md | 6 +++--- .github/ISSUE_TEMPLATE/translate.md | 9 +++------ 4 files changed, 12 insertions(+), 15 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md index 5a3bed742..f69a5303a 100644 --- a/.github/ISSUE_TEMPLATE/bug.md +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -1,9 +1,9 @@ --- name: Bug about: Report a bug -title: '' -labels: '' -assignees: '' +title: +labels: +assignees: --- diff --git a/.github/ISSUE_TEMPLATE/feature.md b/.github/ISSUE_TEMPLATE/feature.md index 90e8f6c28..39a007e77 100644 --- a/.github/ISSUE_TEMPLATE/feature.md +++ b/.github/ISSUE_TEMPLATE/feature.md @@ -1,9 +1,9 @@ --- name: Feature about: Suggest an idea -title: '' -labels: '' -assignees: '' +title: +labels: +assignees: --- diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md index f7eaade79..c9265db4f 100644 --- a/.github/ISSUE_TEMPLATE/question.md +++ b/.github/ISSUE_TEMPLATE/question.md @@ -1,9 +1,9 @@ --- name: Question about: The issue tracker is not for questions. Please ask your question on StackOverflow. -title: '' -labels: '' -assignees: '' +title: +labels: +assignees: --- diff --git a/.github/ISSUE_TEMPLATE/translate.md b/.github/ISSUE_TEMPLATE/translate.md index a08a082b2..3bdbb606f 100644 --- a/.github/ISSUE_TEMPLATE/translate.md +++ b/.github/ISSUE_TEMPLATE/translate.md @@ -1,9 +1,9 @@ --- name: Translate -about: 'Help translate Material into more languages ' -title: 'New translation: {Insert language}' +about: Help translate Material into more languages +title: New translation: {Insert language} labels: enhancement -assignees: '' +assignees: --- @@ -15,7 +15,6 @@ assignees: '' ``` jinja {% macro t(key) %}{{ { "language": "en", - "direction": "ltr", "clipboard.copy": "Copy to clipboard", "clipboard.copied": "Copied to clipboard", "edit.link.title": "Edit this page", @@ -24,8 +23,6 @@ assignees: '' "meta.comments": "Comments", "meta.source": "Source", "search.language": "en", - "search.pipeline.stopwords": true, - "search.pipeline.trimmer": true, "search.placeholder": "Search", "search.result.placeholder": "Type to start searching", "search.result.none": "No matching documents",