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
about: Report a bug
title: ''
labels: ''
assignees: ''
title:
labels:
assignees:
---

View File

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

View File

@ -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:
---

View File

@ -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",