diff --git a/.github/ISSUE_TEMPLATE/01-feature-request.yml b/.github/ISSUE_TEMPLATE/01-feature-request.yml index 2aa6944b9..3e855e9a0 100644 --- a/.github/ISSUE_TEMPLATE/01-feature-request.yml +++ b/.github/ISSUE_TEMPLATE/01-feature-request.yml @@ -1,6 +1,6 @@ name: Feature Request description: File a feature request. -labels: ["language feature", "triage"] +labels: ["enhancement", "triage"] body: - type: markdown attributes: @@ -9,7 +9,6 @@ body: - type: textarea id: feature-request attributes: - label: What kind of features would like to see supported in Tact? - description: Anything, expect floating-point numbers support :) + description: What kind of features would like to see supported? It can be a language feature, new API, tooling proposal, etc. validations: required: true diff --git a/.github/ISSUE_TEMPLATE/03-other.yml b/.github/ISSUE_TEMPLATE/03-other.yml index 4067a5903..b740f1ad4 100644 --- a/.github/ISSUE_TEMPLATE/03-other.yml +++ b/.github/ISSUE_TEMPLATE/03-other.yml @@ -9,7 +9,6 @@ body: - type: textarea id: other attributes: - label: What is on your mind? - description: Compiler documentation, CI, testing, API, tooling, etc. + description: Compiler documentation, CI, testing, etc. validations: required: true