Files
godot-contributing-docs/feedback/reporting_issues.rst
Lukas Tenbrink 4afc1470c4 Restructure the main navigation:
- Rename "Testing and reporting issues" to "Providing feedback"
- Add "issue reporting" article, with TBD guidelines
- Move "issue triage" to "other" since it's not relevant for most people.
2026-01-23 18:36:51 +01:00

36 lines
1.5 KiB
ReStructuredText
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

.. _doc_reporting_issues:
Testing and reporting issues
============================
Godot uses `GitHub's issue tracker <https://github.com/godotengine/godot/issues>`_
for bug reports. When you start filing a bug report, youll be given a form to
fill out. Please try to follow it so that all issues are consistent and provide
the required information.
.. _doc_testing_development_versions:
Testing development versions
----------------------------
A great way of contributing to the engine is to test development releases
or the development branch and to report issues found therein.
To help with the testing, you have several possibilities:
- **Compile the engine from source yourself**, following the instructions of the
`Compiling <https://docs.godotengine.org/en/latest/engine_details/development/compiling/index.html>`__ page for your platform.
- **Test official pre-release binaries** when they are announced (usually on the
blog and other community platforms), such as alpha, beta and release candidate (RC) builds.
- **Test "trusted" unofficial builds of the development branch**; just ask
community members for reliable providers. Whenever possible, it's best to
use official binaries or to compile yourself though, to be sure about the
provenance of your binaries.
As mentioned previously, it is also helpful to keep your eyes peeled for
potential bugs that might still be present in the stable releases, especially
when using some niche features of the engine which might get less testing by
the developers.