From 05279f9615b81b137be73944751ba8f0beda7c3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Fri, 18 Feb 2022 17:12:06 +0100 Subject: [PATCH] Add link to Discussions in 'New Issue' page And improve description of the feature proposals template. --- .github/ISSUE_TEMPLATE/config.yml | 6 +++++- ...eature_enhancement_proposal.yml => feature_proposal.yml} | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) rename .github/ISSUE_TEMPLATE/{feature_enhancement_proposal.yml => feature_proposal.yml} (94%) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index b2a6808..4b5eb49 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -2,6 +2,10 @@ blank_issues_enabled: false contact_links: + - name: Share and discuss ideas + url: https://github.com/godotengine/godot-proposals/discussions + about: Discuss any idea related to improving Godot + - name: Main Godot repository url: https://github.com/godotengine/godot - about: Please report bugs on the main Godot repository, not here. + about: Report bugs on the main Godot repository diff --git a/.github/ISSUE_TEMPLATE/feature_enhancement_proposal.yml b/.github/ISSUE_TEMPLATE/feature_proposal.yml similarity index 94% rename from .github/ISSUE_TEMPLATE/feature_enhancement_proposal.yml rename to .github/ISSUE_TEMPLATE/feature_proposal.yml index e4be8d0..5f6d53c 100644 --- a/.github/ISSUE_TEMPLATE/feature_enhancement_proposal.yml +++ b/.github/ISSUE_TEMPLATE/feature_proposal.yml @@ -1,5 +1,5 @@ -name: Feature / Enhancement proposal -description: Open a new proposal +name: Feature implementation proposal +description: Propose a possible solution to solve an engine limitation body: - type: markdown