Add a skeleton for a potential structure.

This commit is contained in:
Lukas Tenbrink
2025-07-29 20:18:10 +02:00
parent 05168bdd80
commit eb4753feed
11 changed files with 84 additions and 2 deletions

View File

@@ -0,0 +1,2 @@
Code Style
==========

View File

@@ -0,0 +1,4 @@
Creating Pull Requests
======================
TODO

View File

@@ -0,0 +1,4 @@
Contributing to Documentation
=============================
TODO

View File

@@ -0,0 +1,4 @@
Getting Started
===============
TODO

View File

@@ -0,0 +1,4 @@
Reviewing Pull Requests
=======================
TODO

View File

@@ -0,0 +1,4 @@
Unit Testing
============
TODO

View File

@@ -1,2 +1,52 @@
WIP
===
Contributing to Godot Engine
============================
TODO
.. Below is the main table-of-content tree of the documentation website.
It is hidden on the page itself, but it makes up the sidebar for navigation.
.. toctree::
:hidden:
:maxdepth: 1
:caption: Contributing Source Code
:name: sec-contributing-source-code
contributing_source_code/first_steps
contributing_source_code/creating_pull_requests
contributing_source_code/reviewing_pull_requests
contributing_source_code/code_style
contributing_source_code/documentation
contributing_source_code/unit_tests
.. toctree::
:hidden:
:maxdepth: 1
:caption: Contributing Translations
:name: sec-translations
translation/first_steps
.. toctree::
:hidden:
:maxdepth: 1
:caption: Issue Triage
:name: sec-triage
triage/about
.. toctree::
:hidden:
:maxdepth: 1
:caption: Godot Implementation Proposals
:name: sec-proposals
proposals/about
.. toctree::
:hidden:
:maxdepth: 1
:caption: Maintainers Documentation
:name: sec-maintainers
maintainers/about

2
maintainers/about.rst Normal file
View File

@@ -0,0 +1,2 @@
About Maintainers
=================

2
proposals/about.rst Normal file
View File

@@ -0,0 +1,2 @@
About Godot Implementation Proposals
====================================

View File

@@ -0,0 +1,4 @@
Getting Started
===============
TODO

2
triage/about.rst Normal file
View File

@@ -0,0 +1,2 @@
About Issue Triage
==================