From 4df91109a13978a69af59d5830ccba0664339f5c Mon Sep 17 00:00:00 2001 From: karroffel Date: Fri, 23 Aug 2019 09:33:25 +0200 Subject: remove karroffel from CODEOWNERS file --- .github/CODEOWNERS | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.github') diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 399fca03e8..3bbe47af2a 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -30,7 +30,6 @@ doc_classes/* @godotengine/documentation /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 @@ -45,6 +44,6 @@ doc_classes/* @godotengine/documentation /platform/uwp/ @vnen /server/physics*/ @reduz @AndreaCatania -/server/visual*/ @reduz @karroffel +/server/visual*/ @reduz /thirdparty/ @akien-mga -- cgit v1.2.3 From 083bb0242d5019f0dffb9e5a709c927e1a00fe2f Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Wed, 4 Sep 2019 15:29:05 -0300 Subject: Update issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 18 ++++++++++++++++++ .../ISSUE_TEMPLATE/feature---enhancement-request.md | 19 +++++++++++++++++++ 2 files changed, 37 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/feature---enhancement-request.md (limited to '.github') diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000000..91528465c0 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,18 @@ +--- +name: Bug report +about: Report a bug in Godot +title: '' +labels: '' +assignees: '' + +--- + +**Godot version:** + +**OS/device including version:** + +**Issue description:** + +**Steps to reproduce:** + +**Minimal reproduction project:** diff --git a/.github/ISSUE_TEMPLATE/feature---enhancement-request.md b/.github/ISSUE_TEMPLATE/feature---enhancement-request.md new file mode 100644 index 0000000000..496e0197ca --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature---enhancement-request.md @@ -0,0 +1,19 @@ +--- +name: Feature / Enhancement Request +about: Adding new features or improving existing ones. +title: 'IMPORTANT: This repository no longer accepts feature / enhancement requests.' +labels: '' +assignees: '' + +--- + +**IMPORTANT, PLEASE READ** + +Feature / Enhancement requests are no longer accepted in the main Godot repository. +Please open an item by filling the relevant fields in the *Proposals* repository: + +https://github.com/godotengine/godot-proposals/issues/new/choose + +Do not submit to this repository or your issue will be closed. + +**IMPORTANT, PLEASE READ** -- cgit v1.2.3 From c8e92b802c16f8f9d120bf01bc5923c702a3c3ff Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Wed, 4 Sep 2019 15:29:49 -0300 Subject: Delete ISSUE_TEMPLATE.md Deleted old style issue template. --- .github/ISSUE_TEMPLATE.md | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE.md (limited to '.github') diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index 1ca0b3694c..0000000000 --- a/.github/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