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
|
||||
about: Report a bug
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
title:
|
||||
labels:
|
||||
assignees:
|
||||
|
||||
---
|
||||
|
||||
|
6
.github/ISSUE_TEMPLATE/feature.md
vendored
6
.github/ISSUE_TEMPLATE/feature.md
vendored
@ -1,9 +1,9 @@
|
||||
---
|
||||
name: Feature
|
||||
about: Suggest an idea
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
title:
|
||||
labels:
|
||||
assignees:
|
||||
|
||||
---
|
||||
|
||||
|
6
.github/ISSUE_TEMPLATE/question.md
vendored
6
.github/ISSUE_TEMPLATE/question.md
vendored
@ -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:
|
||||
|
||||
---
|
||||
|
||||
|
9
.github/ISSUE_TEMPLATE/translate.md
vendored
9
.github/ISSUE_TEMPLATE/translate.md
vendored
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user