Skip to content

Commit d5bd5f1

Browse files
committed
feat: Improve translation
1 parent d23f8d1 commit d5bd5f1

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
name: "🌐 Improve translation"
2+
description: Make a suggestion or report a problem about the translation of p5.js website.
3+
labels: [ translation ]
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
Please make sure to [search for existing issues](https://github.com/processing/p5.js-website/issues) before filing a new one!
9+
10+
- type: input
11+
attributes:
12+
label: Language
13+
description: |
14+
Which language page is the problem? Or translate into a new language?
15+
validations:
16+
required: true
17+
18+
- type: textarea
19+
attributes:
20+
label: What improvement are you suggesting?
21+
description: |
22+
- Please give as much detail as possible to help us understand the change.
23+
- What is the expected outcome?
24+
validations:
25+
required: true
26+
27+
- type: input
28+
attributes:
29+
label: Would you like to work on the issue?
30+
description: |
31+
Please let us know if you can work on it or the issue should be assigned to someone else.
32+
validations:
33+
required: true

0 commit comments

Comments
 (0)