Mirror of godotengine/godot-contributing-docs
  • reStructuredText 66.4%
  • Python 17%
  • CSS 11.9%
  • JavaScript 4.2%
  • HTML 0.2%
  • Other 0.2%
Find a file
Lukas Tenbrink 58e57d751e
Merge pull request #106 from godotengine/dependabot/pip/pygments-2.20.0
Bump pygments from 2.19.2 to 2.20.0
2026-08-05 11:02:18 +02:00
.github Merge pull request #100 from godotengine/dependabot/github_actions/actions/cache-6 2026-08-04 20:28:44 +02:00
_extensions Mark the Godot Areas Sphinx extension as parallel-safe for faster builds 2026-02-23 20:56:37 +01:00
_static Move usability team and rearrange redirects. 2026-02-27 09:49:50 +01:00
_templates Change the website title to conform to our terminology. 2025-09-20 12:48:25 +02:00
_tools Add GitHub meta information: dependabot, pull request template, and CI. 2026-08-04 20:21:34 +02:00
documentation Fix broken link to class reference primer 2026-03-12 00:47:00 +01:00
engine Merge pull request #53 from Ivorforce/gdscript-general-guidelines 2026-06-04 11:29:25 +02:00
feedback Fix some minor formatting errors 2026-03-24 14:59:52 +01:00
img Make the navigation yellow. 2025-08-02 11:26:00 +02:00
organization Merge pull request #53 from Ivorforce/gdscript-general-guidelines 2026-06-04 11:29:25 +02:00
other [Triage] Add a few clarifying notes to the release priorities 2026-06-23 16:08:28 +02:00
pull_requests Link to Configuring an IDE from Making changes section 2026-04-04 19:17:20 -04:00
.gitattributes Add GitHub meta information: dependabot, pull request template, and CI. 2026-08-04 20:21:34 +02:00
.gitignore Adjust and simplify template. 2025-07-29 19:58:55 +02:00
.pre-commit-config.yaml Add GitHub meta information: dependabot, pull request template, and CI. 2026-08-04 20:21:34 +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 a custom role for team links, to simplify styling and linking them. 2026-01-30 11:31:56 +01:00
index.rst [Reporting Issues] Add a page on reporting issues 2026-03-19 15:17:20 +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 Update flit-core requirement from <4,>=3.2 to >=3.12.0,<4 2026-08-04 18:23:11 +00:00
README.md Update license (in accordance to the godot docs). 2025-09-11 18:29:33 +02:00
requirements.txt Bump pygments from 2.19.2 to 2.20.0 2026-08-05 05:54:24 +00: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.