You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
This document summarizes the most important points for people interested in
4
4
contributing to Godot, especially via bug reports or pull requests.
5
5
6
-
The Godot documentation has a dedicated [Contributing section](https://docs.godotengine.org/en/latest/contributing/how_to_contribute.html)
6
+
Godot has a dedicated [Contributing documentation](https://contributing.godotengine.org/en/latest/organization/how_to_contribute.html)
7
7
which details these points and more, and is a recommended read.
8
8
9
9
## Table of contents
@@ -55,17 +55,17 @@ Similar rules can be applied when contributing bug fixes - it's always best to
55
55
discuss the implementation in the bug report first if you are not 100% about
56
56
what would be the best fix.
57
57
58
-
You can refer to the [Pull request review process](https://docs.godotengine.org/en/latest/contributing/workflow/pr_review_guidelines.html)
58
+
You can refer to the [Pull request review process](https://contributing.godotengine.org/en/latest/organization/pull_requests/review_guidelines.html)
59
59
for insights into the intended lifecycle of pull requests. This should help you
60
60
ensure that your pull request fulfills the requirements.
61
61
62
62
In addition to the following tips, also take a look at the
63
-
[Engine development guide](https://docs.godotengine.org/en/latest/contributing/development/index.html)
63
+
[Engine development guide](https://docs.godotengine.org/en/latest/engine_details/development/index.html)
64
64
for an introduction to developing on Godot.
65
65
66
-
The [Contributing docs](https://docs.godotengine.org/en/latest/contributing/how_to_contribute.html)
67
-
also have important information on the [PR workflow](https://docs.godotengine.org/en/latest/contributing/workflow/pr_workflow.html)
68
-
(with a helpful guide for Git usage), and our [Code style guidelines](https://docs.godotengine.org/en/latest/contributing/development/code_style_guidelines.html)
66
+
The [Contributing docs](https://contributing.godotengine.org/en/latest/organization/how_to_contribute.html)
67
+
also have important information on the [PR workflow](https://contributing.godotengine.org/en/latest/organization/pull_requests/creating_pull_requests.html)
68
+
(with a helpful guide for Git usage), and our [Code style guidelines](https://contributing.godotengine.org/en/latest/engine/guidelines/code_style.html)
69
69
which all contributions need to follow.
70
70
71
71
### Be mindful of your commits
@@ -84,7 +84,7 @@ stable state, i.e. if your first commit has a bug that you fixed in the second
84
84
commit, try to merge them together before making your pull request. This
85
85
includes fixing build issues or typos, adding documentation, etc.
86
86
87
-
See our [PR workflow](https://docs.godotengine.org/en/latest/contributing/workflow/pr_workflow.html)
87
+
See our [PR workflow](https://contributing.godotengine.org/en/latest/organization/pull_requests/creating_pull_requests.html)
88
88
documentation for tips on using Git, amending commits and rebasing branches.
89
89
90
90
This [Git style guide](https://github.com/agis-/git-style-guide) also has some
@@ -145,10 +145,10 @@ scripting APIs, you **must** update the class reference to document those.
145
145
This is to ensure the documentation coverage doesn't decrease as contributions
146
146
are merged.
147
147
148
-
[Update documentation XML files](https://docs.godotengine.org/en/latest/contributing/documentation/updating_the_class_reference.html)
148
+
[Update documentation XML files](https://contributing.godotengine.org/en/latest/documentation/class_reference.html)
149
149
using your compiled binary, then fill in the descriptions.
If your pull request modifies parts of the code in a non-obvious way, make sure
154
154
to add comments in the code as well. This helps other people understand the
@@ -174,15 +174,15 @@ applicable.
174
174
Feel free to contribute standalone pull requests to add new tests or improve
175
175
existing tests as well.
176
176
177
-
See [Unit testing](https://docs.godotengine.org/en/latest/contributing/development/core_and_modules/unit_testing.html)
177
+
See [Unit testing](https://contributing.godotengine.org/en/latest/engine/unit_tests.html)
178
178
for information on writing tests in Godot's C++ codebase.
179
179
180
180
## Contributing to Godot translations
181
181
182
182
You can contribute to Godot translations on [Hosted Weblate](https://hosted.weblate.org/projects/godot-engine/),
183
183
an open source and web-based translation platform.
184
184
185
-
Please refer to our [editor and documentation localization guidelines](https://docs.godotengine.org/en/latest/contributing/documentation/editor_and_docs_localization.html)
185
+
Please refer to our [editor and documentation localization guidelines](https://contributing.godotengine.org/en/latest/documentation/translation/index.html)
186
186
for an overview of the translation resources and what they correspond to.
Copy file name to clipboardExpand all lines: doc/classes/ResourceImporterTexture.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@
56
56
Changing this import option only has an effect if a texture is detected as being used in 3D. Changing this to [b]Disabled[/b] then reimporting will not change the existing compress mode on a texture (if it's detected to be used in 3D), but choosing [b]VRAM Compressed[/b] or [b]Basis Universal[/b] will.
If [code]true[/code], converts the imported image's colors to match [member EditorSettings.interface/theme/icon_and_font_color]. This assumes the image uses the exact same colors as [url=$DOCS_URL/contributing/development/editor/creating_icons.html]Godot's own color palette for editor icons[/url], with the source file designed for a dark editor theme. This should be enabled for editor plugin icons and custom class icons, but should be left disabled otherwise.
59
+
If [code]true[/code], converts the imported image's colors to match [member EditorSettings.interface/theme/icon_and_font_color]. This assumes the image uses the exact same colors as [url=$DOCS_URL/engine_details/editor/creating_icons.html]Godot's own color palette for editor icons[/url], with the source file designed for a dark editor theme. This should be enabled for editor plugin icons and custom class icons, but should be left disabled otherwise.
Copy file name to clipboardExpand all lines: modules/gdscript/tests/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ The `scripts/` folder contains integration tests in the form of GDScript files
4
4
and output files.
5
5
6
6
See the
7
-
[Integration tests for GDScript documentation](https://docs.godotengine.org/en/latest/contributing/development/core_and_modules/unit_testing.html#integration-tests-for-gdscript)
7
+
[Integration tests for GDScript documentation](https://docs.godotengine.org/en/latest/engine_details/architecture/unit_testing.html#integration-tests-for-gdscript)
8
8
for information about creating and running GDScript integration tests.
0 commit comments