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
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ First off, thanks for taking the time to contribute! ❤️
14
14
This document summarizes the most important points for people interested in
15
15
contributing to Redot, especially via bug reports or pull requests.
16
16
17
-
The [Redot Documentation](https://docs.redotengine.org/en/stable/contributing/development/) has a dedicated Contributing section
17
+
The [ReX Documentation](https://docs.redotengine.org/en/stable/contributing/development/) has a dedicated Contributing section
18
18
which details these points and more, and is a recommended read. Additionally, there is more information about the ReX Engine in the [ReX Documentation](https://docs-experimental.redotengine.org/).
19
19
20
20
## Table of contents
@@ -27,7 +27,7 @@ which details these points and more, and is a recommended read. Additionally, th
Please follow the instructions in the template when you do.
32
32
33
33
Notably, please include a Minimal Reproduction Project (MRP), which is a small ReX project which reproduces the issue, with no unnecessary files included. Be sure to not include the `.godot` folder in the archive to save space.
@@ -44,7 +44,7 @@ call a _regression_), please mention it and clarify which versions you tested
44
44
45
45
**The main issue tracker is for bug reports and does not accept feature proposals.**
46
46
47
-
Visit the [ReX Proposals Repo](https://github.com/Redot-Experimental/rex-proposals)
47
+
Visit the [ReX Proposals Repo](https://github.com/redot-rex/rex-proposals)
48
48
to suggest features or improvements to the engine.
49
49
50
50
## Contributing pull requests
@@ -179,7 +179,7 @@ existing tests as well.
179
179
See [Unit testing](https://docs.redotengine.org/en/latest/contributing/development/core_and_modules/unit_testing.html)
180
180
for information on writing tests in Redot's C++ codebase.
181
181
182
-
## Contributing to Redot translations
182
+
## Contributing to ReX translations
183
183
184
184
You can contribute to Redot translations by leaving a volunteer application
185
185
on the [Redot Discord](https://discord.gg/redot) for us to review.
@@ -195,14 +195,14 @@ To communicate with developers (e.g. to discuss a feature you want to implement
195
195
or a bug you want to fix), the following channels can be used:
196
196
197
197
-[Redot Discord](https://discord.gg/redot): General community chat and development can all be found here.
198
-
-[Bug tracker](https://github.com/Redot-Experimental/ReX/issues): If there is an
198
+
-[Bug tracker](https://github.com/redot-rex/rex-engine/issues): If there is an
199
199
existing issue about a topic you want to discuss, you can participate directly.
200
200
If not, you can open a new issue. Please mind the guidelines outlined above
Official binaries for the ReX editor and the export templates will be found
23
-
[on the Redot website](https://www.redotengine.org/download) once it's set up and on the [GitHub page](https://github.com/Redot-Experimental/ReX) until then.
23
+
[on the Redot website](https://www.redotengine.org/download) once it's set up and on the [GitHub page](https://github.com/redot-rex/rex-engine) until then.
0 commit comments