summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/CODEOWNERS50
-rw-r--r--.github/FUNDING.yml2
-rw-r--r--.github/ISSUE_TEMPLATE.md21
3 files changed, 73 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
new file mode 100644
index 0000000000..399fca03e8
--- /dev/null
+++ b/.github/CODEOWNERS
@@ -0,0 +1,50 @@
+# Lines starting with '#' are comments.
+# Each line is a file pattern followed by one or more owners.
+# Owners can be @users, @org/teams or emails
+
+/doc/ @godotengine/documentation
+doc_classes/* @godotengine/documentation
+
+# Rendering
+/drivers/gl_context/ @reduz
+/drivers/gles2/ @reduz
+/drivers/gles3/ @reduz
+
+# Audio
+/drivers/alsa/ @marcelofg55
+/drivers/alsamidi/ @marcelofg55
+/drivers/coreaudio/ @marcelofg55
+/drivers/coremidi/ @marcelofg55
+/drivers/pulseaudio/ @marcelofg55
+/drivers/wasapi/ @marcelofg55
+/drivers/winmidi/ @marcelofg55
+/drivers/xaudio2/ @marcelofg55
+
+/drivers/unix/ @hpvb
+/drivers/windows/ @hpvb
+
+/editor/icons/ @djrm
+
+/misc/ @akien-mga
+
+/modules/bullet/ @AndreaCatania
+/modules/csg/ @BastiaanOlij
+/modules/enet/ @godotengine/network
+/modules/gdnative/ @karroffel
+/modules/gdnative/*arvr/ @BastiaanOlij
+/modules/gdscript/ @vnen @bojidar-bg
+/modules/mbedtls/ @godotengine/network
+/modules/mobile_vr/ @BastiaanOlij
+/modules/mono/ @neikeq
+/modules/opensimplex/ @JFonS
+/modules/regex/ @LeeZH
+/modules/upnp/ @godotengine/network
+/modules/websocket/ @godotengine/network
+
+/platform/javascript/ @eska014
+/platform/uwp/ @vnen
+
+/server/physics*/ @reduz @AndreaCatania
+/server/visual*/ @reduz @karroffel
+
+/thirdparty/ @akien-mga
diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml
new file mode 100644
index 0000000000..0820ab175d
--- /dev/null
+++ b/.github/FUNDING.yml
@@ -0,0 +1,2 @@
+patreon: godotengine
+custom: https://godotengine.org/donate
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md
new file mode 100644
index 0000000000..1ca0b3694c
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE.md
@@ -0,0 +1,21 @@
+<!-- Please search existing issues for potential duplicates before filing yours:
+https://github.com/godotengine/godot/issues?q=is%3Aissue
+-->
+
+**Godot version:**
+<!-- Specify commit hash if non-official. -->
+
+
+**OS/device including version:**
+<!-- Specify GPU model and drivers if graphics-related. -->
+
+
+**Issue description:**
+<!-- What happened, and what was expected. -->
+
+
+**Steps to reproduce:**
+
+
+**Minimal reproduction project:**
+<!-- Recommended as it greatly speeds up debugging. Drag and drop a zip archive to upload it. -->