]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
.github: Tweak new feature language, and move feature requests elsewhere.
authorGitea <gitea@fake.local>
Tue, 9 May 2023 13:42:45 +0000 (10:42 -0300)
committerGitea <gitea@fake.local>
Tue, 9 May 2023 13:42:45 +0000 (10:42 -0300)
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/new-feature.yml

index ce54a75bf43544c417ba35cabd38b8900ee05c76..5aa5d2e7e0fad353e00ce439818e634fe4e0dd69 100644 (file)
@@ -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.
index d82c501609853f26910120d616421203bf549bc3..8214f86915860fd1c41ad70b7a1758ad08190fd7 100644 (file)
@@ -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
+