|
1 | 1 | [gd_scene format=3 uid="uid://dxc8hjg7r2d7w"] |
2 | 2 |
|
3 | 3 | [ext_resource type="Script" uid="uid://bltsl5n1mk6ed" path="res://ui/components/popups/ReportFormPopup.gd" id="1"] |
4 | | -[ext_resource type="StyleBox" path="res://ui/theme/focus_accent.tres" id="3"] |
5 | | -[ext_resource type="StyleBox" path="res://ui/theme/button_outline_large_normal.tres" id="4"] |
6 | | -[ext_resource type="StyleBox" path="res://ui/theme/panel_normal.tres" id="5"] |
7 | | -[ext_resource type="StyleBox" path="res://ui/theme/button_outline_large_accent.tres" id="6"] |
| 4 | +[ext_resource type="StyleBox" uid="uid://bsrxxsifsyu4k" path="res://ui/theme/focus_accent.tres" id="3"] |
| 5 | +[ext_resource type="StyleBox" uid="uid://b45mlqutqarjn" path="res://ui/theme/button_outline_large_normal.tres" id="4"] |
| 6 | +[ext_resource type="StyleBox" uid="uid://lvuws1hlca6y" path="res://ui/theme/panel_normal.tres" id="5"] |
| 7 | +[ext_resource type="StyleBox" uid="uid://dhdt5bfr2nel5" path="res://ui/theme/button_outline_large_accent.tres" id="6"] |
8 | 8 | [ext_resource type="Theme" uid="uid://b03mml1yyrchy" path="res://ui/theme/gdscript_app_theme.tres" id="7"] |
9 | 9 |
|
10 | 10 | [node name="ReportFormPopup" type="CanvasLayer" unique_id=1915005343] |
@@ -67,33 +67,36 @@ size_flags_horizontal = 4 |
67 | 67 | layout_mode = 2 |
68 | 68 | size_flags_vertical = 3 |
69 | 69 | bbcode_enabled = true |
70 | | -text = "If you face an issue in the app, please click the link below to report it on GitHub: |
| 70 | +text = "Use the link below to report a bug or an error in a lesson on GitHub: |
71 | 71 |
|
72 | 72 | [center][b][url=https://github.com/GDQuest/learn-gdscript/issues]GitHub.com > GDQuest > learn-gdscript > Issues[/url][/b][/center] |
73 | 73 |
|
74 | | -On that page, you can report any issues, whether something's not working or there's an error in a lesson. |
| 74 | +[font=res://ui/theme/fonts/font_title.tres]Missing translations[/font] |
75 | 75 |
|
76 | | -You can generate a log to help us identify the problem. To do so, click here: [b][url=download]generate error log[/url][/b]. |
| 76 | +If some text in the app is not translated into your language, it is most likely because the translation for your language is incomplete. Our translations are maintained by volunteers and not every language is fully covered yet. |
77 | 77 |
|
78 | | -Please drag and drop the generated file onto your issue on GitHub to attach it. |
| 78 | +If you want to help translate the app, you can find instructions on how to contribute on this page: |
79 | 79 |
|
80 | | -[font=res://ui/theme/fonts/font_title.tres]What's GitHub[/font] |
| 80 | +[center][b][url=https://github.com/GDQuest/learn-gdscript-translations/#readme]GitHub.com > GDQuest > learn-gdscript-translations[/url][/b][/center] |
81 | 81 |
|
82 | | -GitHub is an online platform to host and manage open-source projects like the GDScript Learn app. It helps developers organize their work and collaborate online. |
| 82 | +[font=res://ui/theme/fonts/font_title.tres]What is GitHub[/font] |
83 | 83 |
|
84 | | -You can use GitHub to study the source code of many open projects, report issues, or even contribute code yourself. |
| 84 | +GitHub is a website where developers share and work on open-source projects. Open-source means the code is public and anyone can read it, report problems, or help improve it. |
| 85 | +
|
| 86 | +This app is open-source, and we currently use GitHub to track bugs and improvements. |
85 | 87 |
|
86 | 88 | [font=res://ui/theme/fonts/font_title.tres]How to report an issue[/font] |
87 | 89 |
|
88 | | -1. Click the link above to get to the [i]GitHub Issues[/i] page. |
89 | | -2. Click on the [i]New Issue[/i] button. |
90 | | -3. Fill out the form to tell us more about your problem. |
| 90 | +1. Click the first link at the top of this page to go to the [i]GitHub Issues[/i] page. |
| 91 | +2. Use the search bar to verify that your issue has not been reported already. |
| 92 | +3. Click the [i]New Issue[/i] button. |
| 93 | +4. Fill out the form to describe what went wrong. |
91 | 94 |
|
92 | | -You will need a GitHub account to do so. |
| 95 | +You will need a free GitHub account to do this. |
93 | 96 |
|
94 | | -Please add as much relevant information as possible, such as the kind of device you're using to access the app, and maybe attach a screenshot or video clip showcasing the issue. |
| 97 | +Please include as much detail as you can, such as what device you are using and what you were doing when the problem happened. A screenshot also helps a lot. |
95 | 98 |
|
96 | | -[center]Thank you for contributing to open source![/center]" |
| 99 | +[center]Thank you for helping make this app better.[/center]" |
97 | 100 |
|
98 | 101 | [node name="Spacer" type="Control" parent="PanelContainer/Column/Margin/Column" unique_id=673476989] |
99 | 102 | custom_minimum_size = Vector2(400, 20) |
|
0 commit comments