mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-28 09:20:52 +01:00
Updated issue templates
This commit is contained in:
parent
abd2fc3d10
commit
42fa699370
7
.github/ISSUE_TEMPLATE/bug.md
vendored
7
.github/ISSUE_TEMPLATE/bug.md
vendored
@ -1,10 +1,9 @@
|
|||||||
---
|
---
|
||||||
name: Bug
|
name: Bug
|
||||||
about: Report a bug
|
about: Report a bug
|
||||||
title:
|
title: ''
|
||||||
labels:
|
labels: ''
|
||||||
assignees:
|
assignees: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
|
7
.github/ISSUE_TEMPLATE/feature.md
vendored
7
.github/ISSUE_TEMPLATE/feature.md
vendored
@ -1,10 +1,9 @@
|
|||||||
---
|
---
|
||||||
name: Feature
|
name: Feature
|
||||||
about: Suggest an idea
|
about: Suggest an idea
|
||||||
title:
|
title: ''
|
||||||
labels:
|
labels: ''
|
||||||
assignees:
|
assignees: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
|
7
.github/ISSUE_TEMPLATE/question.md
vendored
7
.github/ISSUE_TEMPLATE/question.md
vendored
@ -1,10 +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: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
__THE ISSUE TRACKER IS NOT FOR QUESTIONS.__
|
__THE ISSUE TRACKER IS NOT FOR QUESTIONS.__
|
||||||
|
18
.github/ISSUE_TEMPLATE/translate.md
vendored
18
.github/ISSUE_TEMPLATE/translate.md
vendored
@ -1,10 +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: ''
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## Instructions
|
## Instructions
|
||||||
@ -15,23 +14,30 @@ 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",
|
||||||
"footer.previous": "Previous",
|
"footer.previous": "Previous",
|
||||||
"footer.next": "Next",
|
"footer.next": "Next",
|
||||||
|
"footer.title": "Footer",
|
||||||
|
"header.title": "Header",
|
||||||
"meta.comments": "Comments",
|
"meta.comments": "Comments",
|
||||||
"meta.source": "Source",
|
"meta.source": "Source",
|
||||||
"search.language": "en",
|
"nav.title": "Navigation",
|
||||||
|
"search.config.lang": "en",
|
||||||
|
"search.config.pipeline": "trimmer, stopWordFilter",
|
||||||
|
"search.config.separator": "[\s\-]+",
|
||||||
"search.placeholder": "Search",
|
"search.placeholder": "Search",
|
||||||
|
"search.reset": "Clear",
|
||||||
"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",
|
||||||
"search.result.one": "1 matching document",
|
"search.result.one": "1 matching document",
|
||||||
"search.result.other": "# matching documents",
|
"search.result.other": "# matching documents",
|
||||||
"search.tokenizer": "[\s\-]+",
|
|
||||||
"skip.link.title": "Skip to content",
|
"skip.link.title": "Skip to content",
|
||||||
"source.link.title": "Go to repository",
|
"source.link.title": "Go to repository",
|
||||||
"source.revision.date": "Last update",
|
"source.revision.date": "Last update",
|
||||||
|
"tabs.title": "Tabs",
|
||||||
"toc.title": "Table of contents"
|
"toc.title": "Table of contents"
|
||||||
}[key] }}{% endmacro %}
|
}[key] }}{% endmacro %}
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user