From 1b95f6ee3fd032884d9ad06311e2ddac7875afef Mon Sep 17 00:00:00 2001 From: George Joseph Date: Mon, 1 May 2023 09:37:29 -0600 Subject: [PATCH] .github: Update issue templates --- .github/ISSUE_TEMPLATE/bug-report.yml | 6 ++++-- .github/ISSUE_TEMPLATE/improvement.yml | 7 +++++-- .github/ISSUE_TEMPLATE/new-feature.yml | 7 +++++-- .github/workflows/NightlyAdmin.yml | 1 + 4 files changed, 15 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index a8e968fd34..c0d42ab571 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -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: diff --git a/.github/ISSUE_TEMPLATE/improvement.yml b/.github/ISSUE_TEMPLATE/improvement.yml index 7243499be2..9f8f73b8ce 100644 --- a/.github/ISSUE_TEMPLATE/improvement.yml +++ b/.github/ISSUE_TEMPLATE/improvement.yml @@ -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 diff --git a/.github/ISSUE_TEMPLATE/new-feature.yml b/.github/ISSUE_TEMPLATE/new-feature.yml index 2e475d286e..d82c501609 100644 --- a/.github/ISSUE_TEMPLATE/new-feature.yml +++ b/.github/ISSUE_TEMPLATE/new-feature.yml @@ -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 diff --git a/.github/workflows/NightlyAdmin.yml b/.github/workflows/NightlyAdmin.yml index dd7f6bad2d..17948947a7 100644 --- a/.github/workflows/NightlyAdmin.yml +++ b/.github/workflows/NightlyAdmin.yml @@ -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