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