Locale issue

This commit is contained in:
Core 2022-01-31 22:48:11 +00:00
parent fd78c23c9c
commit 9c2955b5e7
2 changed files with 42 additions and 31 deletions

View file

@ -1,31 +0,0 @@
---
name: Language Request
about: Open an issue here if you would like a certain language changed or added.
title: "[LOCALE] "
labels: 🌐 Translations
assignees: ''
---
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
**Expected behavior**
A clear and concise description of what you expected to happen.
**Screenshots**
If applicable, add screenshots to help explain your problem.
**Environment Information**
- Operating System (and Distribution if on Linux) (e.g. Windows):
- Application Version / Commit ID *(e.g. 1.0.0 / c9d43be)*:
**Additional context**
Add any other context about the problem here.

42
.github/ISSUE_TEMPLATE/translation.yaml vendored Normal file
View file

@ -0,0 +1,42 @@
name: Translation Report/Request
description: Request a language or report an issue with one.
title: "[Translation]: "
labels: ["🌐 Translations"]
assignees: []
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this report!
- type: textarea
id: language
attributes:
label: Relevant Language
description: The language you would like to request for or have an issue with.
placeholder: en_US
validations:
required: true
- type: dropdown
id: requestType
attributes:
label: Change or addition
multiple: true
options:
- Change the Language
- Add the Language
- type: textarea
id: description
attributes:
label: Change Requested / Any Additional Information
description: If you are requesting a change, place all the information here, or you can provide additional information to additions if you want.
placeholder: I would like ... changed to ...
validations:
required: false
- type: checkboxes
id: terms
attributes:
label: Code of Conduct
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/ciderapp/Cider/blob/main/CODE_OF_CONDUCT.md)
options:
- label: I agree to follow this project's Code of Conduct
required: true