]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
.github: Update issue templates
authorGeorge Joseph <gjoseph@sangoma.com>
Mon, 1 May 2023 15:37:29 +0000 (09:37 -0600)
committerGeorge Joseph <gjoseph@sangoma.com>
Mon, 1 May 2023 15:37:29 +0000 (09:37 -0600)
.github/ISSUE_TEMPLATE/bug-report.yml
.github/ISSUE_TEMPLATE/improvement.yml
.github/ISSUE_TEMPLATE/new-feature.yml
.github/workflows/NightlyAdmin.yml

index a8e968fd342a773b3c552f6b93f2c2f90995c588..c0d42ab5716c061a8c5307eac4a75252d0402ab8 100644 (file)
@@ -1,7 +1,7 @@
 name: Bug
 description: File a bug report
-title: "[Bug]: "
-labels: ["Bug", "triage"]
+title: "[bug]: "
+labels: ["bug", "triage"]
 #assignees:
 #  - octocat
 body:
@@ -66,6 +66,8 @@ body:
     id: description
     attributes:
       label: Issue Description
+    validations:
+      required: true
   - type: textarea
     id: logs
     attributes:
index 7243499be210cc7bbe70235dc8ba36bf89afb49b..9f8f73b8cefbfd1b39f66a125cdb520a093ba72e 100644 (file)
@@ -1,7 +1,7 @@
 name: Improvement
 description: Request an improvement to existing functionality
-title: "[Improvement]: "
-labels: ["Improvement", "triage"]
+title: "[improvement]: "
+labels: ["improvement", "triage"]
 body:
   - type: markdown
     attributes:
@@ -22,3 +22,6 @@ body:
     attributes:
       label: Improvement Description
       description: Describe the improvement requested in as much detail as possible
+    validations:
+      required: true
+      
\ No newline at end of file
index 2e475d286e8aa83c59346e6533597579e5e88e05..d82c501609853f26910120d616421203bf549bc3 100644 (file)
@@ -1,7 +1,7 @@
 name: New Feature
 description: Request a New Feature
-title: "[New Feature]: "
-labels: ["New Feature", "triage"]
+title: "[new-feature]: "
+labels: ["new-feature", "triage"]
 body:
   - type: markdown
     attributes:
@@ -22,3 +22,6 @@ body:
     attributes:
       label: Feature Description
       description: Describe the new feature requested in as much detail as possible
+    validations:
+      required: true
+      
\ No newline at end of file
index dd7f6bad2dfffa105aeccbb213d612d95c02d22d..17948947a79b45c1bbb0578482bff3f6965056f6 100644 (file)
@@ -19,6 +19,7 @@ jobs:
         uses: actions/stale@v7
         with:
           stale-issue-message: 'This issue is stale because it has been open 7 days with no activity. Remove stale label or comment or this will be closed in 14 days.'
+          stale-issue-label: stale
           close-issue-message: 'This issue was closed because it has been stalled for 14 days with no activity.'
           days-before-stale: 7
           days-before-close: 14