From 13ab33af36edcc6be22c175ee41412dab6c57356 Mon Sep 17 00:00:00 2001 From: Fabio Alessandrelli Date: Mon, 26 Jul 2021 13:11:38 +0200 Subject: Add issue templates for reporting bugs. --- .github/ISSUE_TEMPLATE/config.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/config.yml (limited to '.github/ISSUE_TEMPLATE/config.yml') diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..acbb2f7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,6 @@ +blank_issues_enabled: false + +contact_links: + - name: Godot proposals + url: https://github.com/godotengine/godot-proposals + about: Please submit feature proposals about the WebRTC exposed API on the Godot proposals repository, not here. -- cgit v1.2.3