mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-11-12 01:50:52 +01:00
Updated issue templates
This commit is contained in:
parent
536aed63ae
commit
ada59d5329
25
.github/ISSUE_TEMPLATE/04-add-a-translation.yml
vendored
25
.github/ISSUE_TEMPLATE/04-add-a-translation.yml
vendored
@ -1,24 +1,17 @@
|
||||
name: Add a translation
|
||||
description: Add localization for a new language
|
||||
title: 'New language: {replace with language name}'
|
||||
description: Missing support for your language? Add a translation
|
||||
title: Add translations for ...
|
||||
labels:
|
||||
- enhancement
|
||||
|
||||
body:
|
||||
- type: checkboxes
|
||||
|
||||
- type: markdown
|
||||
attributes:
|
||||
label: Contribution guidelines
|
||||
description: Please read the contribution guidelines before proceeding.
|
||||
options:
|
||||
- label: I've read the [contribution guidelines](https://github.com/squidfunk/mkdocs-material/blob/master/CONTRIBUTING.md) and wholeheartedly agree
|
||||
required: true
|
||||
- type: checkboxes
|
||||
attributes:
|
||||
label: Language availability
|
||||
description: Please ensure that the language you're adding isn't already available.
|
||||
options:
|
||||
- label: I've checked the [list of available languages](https://bit.ly/33vFDD0)
|
||||
required: true
|
||||
value: >
|
||||
**Important**: Before creating a new translation, please make sure that
|
||||
Material for MkDocs does not already include support for your language.
|
||||
Please check the list of all [available languages](https://squidfunk.github.io/mkdocs-material/setup/changing-the-language/#site-language).
|
||||
|
||||
- type: textarea
|
||||
id: translations
|
||||
attributes:
|
||||
|
Loading…
Reference in New Issue
Block a user