From fca9f0bb7f5a378c2270449a0f830d6ad82f3885 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Thu, 27 Jun 2019 17:22:46 +0200 Subject: Move CODEOWNERS and ISSUE_TEMPLATE.md to .github folder Keeping CONTRIBUTING.md at the root so that contributors actually find it. Also changed the custom FUNDING.yml link to point to godotengine.org/donate, which also links to PayPal and other options. --- .github/CODEOWNERS | 50 +++++++++++++++++++++++++++++++++++++++++++++++ .github/FUNDING.yml | 2 +- .github/ISSUE_TEMPLATE.md | 21 ++++++++++++++++++++ CODEOWNERS | 50 ----------------------------------------------- ISSUE_TEMPLATE.md | 21 -------------------- 5 files changed, 72 insertions(+), 72 deletions(-) create mode 100644 .github/CODEOWNERS create mode 100644 .github/ISSUE_TEMPLATE.md delete mode 100644 CODEOWNERS delete mode 100644 ISSUE_TEMPLATE.md 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 index 44142f1f3b..0820ab175d 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,2 +1,2 @@ patreon: godotengine -custom: https://www.paypal.com/donate/?token=v-mEfr__g1BbOiStnJsgwRib_I8jVSMD_064iu7NizC0Uvm9fSiPYOs-v1VQz9HFK1K8YG +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 @@ + + +**Godot version:** + + + +**OS/device including version:** + + + +**Issue description:** + + + +**Steps to reproduce:** + + +**Minimal reproduction project:** + diff --git a/CODEOWNERS b/CODEOWNERS deleted file mode 100644 index 399fca03e8..0000000000 --- a/CODEOWNERS +++ /dev/null @@ -1,50 +0,0 @@ -# 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/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md deleted file mode 100644 index 1ca0b3694c..0000000000 --- a/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,21 +0,0 @@ - - -**Godot version:** - - - -**OS/device including version:** - - - -**Issue description:** - - - -**Steps to reproduce:** - - -**Minimal reproduction project:** - -- cgit v1.2.3