From c0e32d82453bd24ee921d3b17f348d7742df5082 Mon Sep 17 00:00:00 2001 From: Gitea Date: Tue, 9 May 2023 10:42:45 -0300 Subject: [PATCH] .github: Tweak new feature language, and move feature requests elsewhere. --- .github/ISSUE_TEMPLATE/config.yml | 3 +++ .github/ISSUE_TEMPLATE/new-feature.yml | 8 ++++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index ce54a75bf4..5aa5d2e7e0 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -3,3 +3,6 @@ contact_links: - name: Asterisk Community Support url: https://community.asterisk.org about: Please ask and answer questions here. + - name: Feature Requests + url: https://github.com/asterisk/asterisk-feature-requests/issues + about: Please submit feature requests here. diff --git a/.github/ISSUE_TEMPLATE/new-feature.yml b/.github/ISSUE_TEMPLATE/new-feature.yml index d82c501609..8214f86915 100644 --- a/.github/ISSUE_TEMPLATE/new-feature.yml +++ b/.github/ISSUE_TEMPLATE/new-feature.yml @@ -1,5 +1,5 @@ -name: New Feature -description: Request a New Feature +name: New Feature Submission +description: Submit a New Feature title: "[new-feature]: " labels: ["new-feature", "triage"] body: @@ -21,7 +21,7 @@ body: id: description attributes: label: Feature Description - description: Describe the new feature requested in as much detail as possible + description: Describe the new feature in as much detail as possible validations: required: true - \ No newline at end of file +