File tree Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments