suggest_translation.yml

1name: Suggest translation
2description: Suggest a translation for the project
3title: "[TRANSLATION] "
4labels:
5  - translation
6body:
7  - type: markdown
8    attributes:
9      value: |
10        **Describe the translation**
11        A clear and concise description of what the translation is.
12  
13  - type: textarea
14    id: translation
15    attributes:
16      label: "Translation"
17      description: "The translation you are suggesting"
18      placeholder: "This is a placeholder text"
19  
20  - type: input
21    id: language
22    attributes:
23      label: "Language"
24      description: "The language you are suggesting the translation for"
25  
26  - type: textarea
27    id: additional-context
28    attributes:
29      label: "Additional context"
30      description: "Add any other context about the translation here"