mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Updated GitHub issue templates
This commit is contained in:
parent
22780858b3
commit
2f42ba3206
6
.github/ISSUE_TEMPLATE/bug.md
vendored
6
.github/ISSUE_TEMPLATE/bug.md
vendored
@ -1,9 +1,9 @@
|
|||||||
---
|
---
|
||||||
name: Bug
|
name: Bug
|
||||||
about: Report a bug
|
about: Report a bug
|
||||||
title: ''
|
title:
|
||||||
labels: ''
|
labels:
|
||||||
assignees: ''
|
assignees:
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
6
.github/ISSUE_TEMPLATE/feature.md
vendored
6
.github/ISSUE_TEMPLATE/feature.md
vendored
@ -1,9 +1,9 @@
|
|||||||
---
|
---
|
||||||
name: Feature
|
name: Feature
|
||||||
about: Suggest an idea
|
about: Suggest an idea
|
||||||
title: ''
|
title:
|
||||||
labels: ''
|
labels:
|
||||||
assignees: ''
|
assignees:
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
6
.github/ISSUE_TEMPLATE/question.md
vendored
6
.github/ISSUE_TEMPLATE/question.md
vendored
@ -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:
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
9
.github/ISSUE_TEMPLATE/translate.md
vendored
9
.github/ISSUE_TEMPLATE/translate.md
vendored
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user