Mirror of godotengine/godot-contributing-docs
  • Python 50.6%
  • CSS 35.6%
  • JavaScript 12.5%
  • HTML 0.5%
  • Batchfile 0.4%
  • Other 0.4%
Find a file
Lukas Tenbrink 65f0f115f7
Merge pull request #80 from Ivorforce/review-summary-note
Add a note about PR reviews without a summary.
2026-03-16 11:40:34 +01: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/redirects Add redirects.csv upload system from the godot-docs. 2025-12-09 21:28:10 +01:00
documentation Fix broken link to class reference primer 2026-03-12 00:47:00 +01:00
engine Add a clarification about 'good first issue'. 2026-03-04 10:55:54 +01:00
feedback Add a section for becoming a maintainer. 2026-03-05 14:58:33 +01:00
img Make the navigation yellow. 2025-08-02 11:26:00 +02:00
organization Update areas. 2026-03-06 12:17:59 +01:00
other Update description of what to apply the usability label to 2026-02-27 10:26:22 +01:00
pull_requests Add a note about PR reviews without a summary. 2026-03-12 15:24:37 +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 a custom role for team links, to simplify styling and linking them. 2026-01-30 11:31:56 +01:00
index.rst Create 'release management' section for merge guidelines and maintenance release instructions. 2026-02-20 01:23:24 +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.