Mirror of godotengine/godot-contributing-docs
Find a file
2025-12-08 00:07:16 +01:00
_extensions Improve the responsiveness of the area tables, by using flex instead of tables. 2025-11-11 23:40:10 +01:00
_static Decrease padding a bit in area table. 2025-11-12 00:34:58 +01:00
_templates Change the website title to conform to our terminology. 2025-09-20 12:48:25 +02:00
documentation [Docs] Add some English quirks 2025-10-07 13:52:45 +02:00
engine Add a page for general contribution guidelines. 2025-12-01 21:37:21 +01:00
img Make the navigation yellow. 2025-08-02 11:26:00 +02:00
organization Move the AI info box a bit up. 2025-12-08 00:07:16 +01:00
other Fix some links pointing to the /contributing/ section from the Godot Docs 2025-09-27 10:17:17 +02:00
reporting_issues Fix hyperlink in first_steps.rst (#20) 2025-10-28 19:25:07 +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 Edit the 404 page. 2025-08-19 16:28:24 +02:00
conf.py Structure the 'Areas and teams' page with tables, derived from the website "Teams" page tables. 2025-11-04 00:08:40 +01:00
index.rst Merge pull request #28 from Ivorforce/general-guidelines-v2 2025-12-02 10:11:54 +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.