Updated GitHub issue templates

This commit is contained in:
squidfunk 2020-03-09 23:49:36 +01:00
parent 22780858b3
commit 2f42ba3206
4 changed files with 12 additions and 15 deletions

View File

@ -1,9 +1,9 @@
--- ---
name: Bug name: Bug
about: Report a bug about: Report a bug
title: '' title:
labels: '' labels:
assignees: '' assignees:
--- ---

View File

@ -1,9 +1,9 @@
--- ---
name: Feature name: Feature
about: Suggest an idea about: Suggest an idea
title: '' title:
labels: '' labels:
assignees: '' assignees:
--- ---

View File

@ -1,9 +1,9 @@
--- ---
name: Question name: Question
about: The issue tracker is not for questions. Please ask your question on StackOverflow. about: The issue tracker is not for questions. Please ask your question on StackOverflow.
title: '' title:
labels: '' labels:
assignees: '' assignees:
--- ---

View File

@ -1,9 +1,9 @@
--- ---
name: Translate name: Translate
about: 'Help translate Material into more languages ' about: Help translate Material into more languages
title: 'New translation: {Insert language}' title: New translation: {Insert language}
labels: enhancement labels: enhancement
assignees: '' assignees:
--- ---
@ -15,7 +15,6 @@ assignees: ''
``` jinja ``` jinja
{% macro t(key) %}{{ { {% macro t(key) %}{{ {
"language": "en", "language": "en",
"direction": "ltr",
"clipboard.copy": "Copy to clipboard", "clipboard.copy": "Copy to clipboard",
"clipboard.copied": "Copied to clipboard", "clipboard.copied": "Copied to clipboard",
"edit.link.title": "Edit this page", "edit.link.title": "Edit this page",
@ -24,8 +23,6 @@ assignees: ''
"meta.comments": "Comments", "meta.comments": "Comments",
"meta.source": "Source", "meta.source": "Source",
"search.language": "en", "search.language": "en",
"search.pipeline.stopwords": true,
"search.pipeline.trimmer": true,
"search.placeholder": "Search", "search.placeholder": "Search",
"search.result.placeholder": "Type to start searching", "search.result.placeholder": "Type to start searching",
"search.result.none": "No matching documents", "search.result.none": "No matching documents",