From: Gitea Date: Tue, 9 May 2023 13:42:45 +0000 (-0300) Subject: .github: Tweak new feature language, and move feature requests elsewhere. X-Git-Tag: 21.0.0-pre1~88 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60ca49d2887a2be658b17f3f150c357431a7d0bf;p=thirdparty%2Fasterisk.git .github: Tweak new feature language, and move feature requests elsewhere. --- 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 +