Mirror of godotengine/godot-contributing-docs
Find a file
Lukas Tenbrink e6638742fb
Merge pull request #44 from Ivorforce/reorg-how-to-contribute
Reorganize "How to contribute" with new items, rewordings, and more cross-links
2026-01-23 16:59:28 +01:00
_extensions Add GDScript highlighting, enable smart quotes, and fix a warning regarding 'display_version'. 2026-01-19 14:25:47 +01:00
_static Expand pull request subsection into its own section. 2026-01-07 17:55:31 +01:00
_templates Change the website title to conform to our terminology. 2025-09-20 12:48:25 +02:00
_tools/redirects Add redirects.csv upload system from the godot-docs. 2025-12-09 21:28:10 +01:00
documentation Reorganize "How to contribute" by adding a few items, reworking the subsections, and cross-linking more articles. 2026-01-23 16:58:50 +01:00
engine Migrate guidelines for GDScript language design from godot docs. 2026-01-18 14:41:22 +01:00
img Make the navigation yellow. 2025-08-02 11:26:00 +02:00
organization Reorganize "How to contribute" by adding a few items, reworking the subsections, and cross-linking more articles. 2026-01-23 16:58:50 +01:00
other Reorganize "How to contribute" by adding a few items, reworking the subsections, and cross-linking more articles. 2026-01-23 16:58:50 +01:00
pull_requests Fix link from PR workflow to Creating pull requests. 2026-01-07 18:02:10 +01:00
reporting_issues Expand pull request subsection into its own section. 2026-01-07 17:55:31 +01:00
triage Add triage sprint instructions page 2025-11-19 19:51:31 +01:00
.gitignore Adjust and simplify template. 2025-07-29 19:58:55 +02:00
.readthedocs.yaml Adjust and simplify template. 2025-07-29 19:58:55 +02:00
404.rst Add redirects.csv upload system from the godot-docs. 2025-12-09 21:28:10 +01:00
conf.py Add GDScript highlighting, enable smart quotes, and fix a warning regarding 'display_version'. 2026-01-19 14:25:47 +01:00
index.rst Expand pull request subsection into its own section. 2026-01-07 17:55:31 +01:00
LICENSE.txt Update license (in accordance to the godot docs). 2025-09-11 18:29:33 +02:00
make.bat Adjust and simplify template. 2025-07-29 19:58:55 +02:00
Makefile Adjust and simplify template. 2025-07-29 19:58:55 +02:00
pyproject.toml Adjust and simplify template. 2025-07-29 19:58:55 +02:00
README.md Update license (in accordance to the godot docs). 2025-09-11 18:29:33 +02:00
requirements.txt Add extensions and roles from docs repo. 2025-08-19 16:24:42 +02:00

Godot Engine Contributing documentation

This repository contains the source files of Godot Engine's contributing documentation, in reStructuredText markup language (reST).

They are meant to be parsed with the Sphinx documentation builder to build the corresponding HTML documentation on Godot's website.

Theming

The Godot contributing documentation uses the default sphinx_rtd_theme with many customizations applied on top. It will automatically switch between the light and dark theme depending on your browser/OS' theming preference.

If you use Firefox and wish to use the dark theme regardless of your OS configuration, you can install the Dark Website Forcer add-on.

Contributing

All contributors are welcome to help on the Godot contributing documentation.

To get started, head to the explainer article.

License

All the content of this repository is licensed under the Creative Commons Attribution 3.0 Unported license (CC BY 3.0) and is to be attributed to "Juan Linietsky, Ariel Manzur and the Godot community". See LICENSE.txt for details.