Mirror of godotengine/godot-contributing-docs
  • reStructuredText 66.7%
  • Python 16.8%
  • CSS 11.8%
  • JavaScript 4.2%
  • HTML 0.2%
  • Other 0.2%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Lukas Tenbrink 1b7c0f46a0
Merge pull request #127 from Repiteo/ci/prek
CI: Replace `pre-commit` with `prek`
2026-09-23 18:58:12 +02:00
.github CI: Replace pre-commit with prek 2026-09-23 09:34:42 -05:00
_extensions Mark the Godot Areas Sphinx extension as parallel-safe for faster builds 2026-02-23 20:56:37 +01:00
_static Refactor the page by moving more things to sub-pages to make it easier to find the relevant parts. 2026-09-10 15:20:11 +02: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
development Refactor the page by moving more things to sub-pages to make it easier to find the relevant parts. 2026-09-10 15:20:11 +02:00
feedback Refactor the page by moving more things to sub-pages to make it easier to find the relevant parts. 2026-09-10 15:20:11 +02:00
img Make the navigation yellow. 2025-08-02 11:26:00 +02:00
ways_to_contribute Fix bullet highlight in "A great place to start is by fixing bugs [...]". 2026-09-15 14:30:24 +02: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 Fix 404 page redirects / update to godot-docs redirect script. 2026-09-15 12:31:45 +02: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 Fix the links on index.html to the contributing subpages. 2026-09-15 12:34:08 +02: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.12.0 to >=4.0.2,<5 2026-08-10 05:55:26 +00:00
README.md Refactor the page by moving more things to sub-pages to make it easier to find the relevant parts. 2026-09-10 15:20:11 +02:00
requirements.txt Bump pygments from 2.20.0 to 2.21.0 2026-08-21 05:54:04 +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.