mirror of
https://github.com/godotengine/godot-contributing-docs.git
synced 2025-12-31 05:48:13 +03:00
Add a skeleton for a potential structure.
This commit is contained in:
2
contributing_source_code/code_style.rst
Normal file
2
contributing_source_code/code_style.rst
Normal file
@@ -0,0 +1,2 @@
|
||||
Code Style
|
||||
==========
|
||||
4
contributing_source_code/creating_pull_requests.rst
Normal file
4
contributing_source_code/creating_pull_requests.rst
Normal file
@@ -0,0 +1,4 @@
|
||||
Creating Pull Requests
|
||||
======================
|
||||
|
||||
TODO
|
||||
4
contributing_source_code/documentation.rst
Normal file
4
contributing_source_code/documentation.rst
Normal file
@@ -0,0 +1,4 @@
|
||||
Contributing to Documentation
|
||||
=============================
|
||||
|
||||
TODO
|
||||
4
contributing_source_code/first_steps.rst
Normal file
4
contributing_source_code/first_steps.rst
Normal file
@@ -0,0 +1,4 @@
|
||||
Getting Started
|
||||
===============
|
||||
|
||||
TODO
|
||||
4
contributing_source_code/reviewing_pull_requests.rst
Normal file
4
contributing_source_code/reviewing_pull_requests.rst
Normal file
@@ -0,0 +1,4 @@
|
||||
Reviewing Pull Requests
|
||||
=======================
|
||||
|
||||
TODO
|
||||
4
contributing_source_code/unit_tests.rst
Normal file
4
contributing_source_code/unit_tests.rst
Normal file
@@ -0,0 +1,4 @@
|
||||
Unit Testing
|
||||
============
|
||||
|
||||
TODO
|
||||
54
index.rst
54
index.rst
@@ -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
2
maintainers/about.rst
Normal file
@@ -0,0 +1,2 @@
|
||||
About Maintainers
|
||||
=================
|
||||
2
proposals/about.rst
Normal file
2
proposals/about.rst
Normal file
@@ -0,0 +1,2 @@
|
||||
About Godot Implementation Proposals
|
||||
====================================
|
||||
4
translation/first_steps.rst
Normal file
4
translation/first_steps.rst
Normal file
@@ -0,0 +1,4 @@
|
||||
Getting Started
|
||||
===============
|
||||
|
||||
TODO
|
||||
2
triage/about.rst
Normal file
2
triage/about.rst
Normal file
@@ -0,0 +1,2 @@
|
||||
About Issue Triage
|
||||
==================
|
||||
Reference in New Issue
Block a user