From 3f8a9711082d958698bfa2ba08f7c56c729fbe82 Mon Sep 17 00:00:00 2001 From: Eric Amodio Date: Tue, 15 Dec 2020 17:29:43 -0500 Subject: [PATCH] Updates for label changes Adds discussions link --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/config.yml | 5 +++++ .github/ISSUE_TEMPLATE/feature_request.md | 2 +- .github/ISSUE_TEMPLATE/question.md | 2 +- .github/workflows/issues-stale.yml | 3 ++- 5 files changed, 10 insertions(+), 4 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 148bec1..574a62a 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -2,7 +2,7 @@ name: Bug report about: Create a report to help GitLens improve title: '' -labels: 'type: potential bug' +labels: 'potential-bug' assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 0000000..5d846ae --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: GitLens Discussions + url: https://github.com/eamodio/vscode-gitlens/discussions?discussions_q=category%3AQ%26A + about: Please ask and answer GitLens questions here diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 9a07239..99bfa3d 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -2,7 +2,7 @@ name: Feature request about: Suggest an idea for GitLens title: '' -labels: 'type: feature' +labels: 'feature' assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/question.md b/.github/ISSUE_TEMPLATE/question.md index f7806ca..eb16e60 100644 --- a/.github/ISSUE_TEMPLATE/question.md +++ b/.github/ISSUE_TEMPLATE/question.md @@ -2,7 +2,7 @@ name: Question about: Ask a question about GitLens title: '' -labels: 'type: question' +labels: 'question' assignees: '' --- diff --git a/.github/workflows/issues-stale.yml b/.github/workflows/issues-stale.yml index d19973f..a05a094 100644 --- a/.github/workflows/issues-stale.yml +++ b/.github/workflows/issues-stale.yml @@ -14,6 +14,7 @@ jobs: repo-token: ${{ secrets.GITHUB_TOKEN }} days-before-close: 7 days-before-stale: 7 - only-labels: 'status: needs more info' + only-labels: 'needs-more-info' close-issue-message: 'Closing this issue because it needs more information and has not had recent activity. Please re-open this issue if more details can be provided. Thanks!' + stale-issue-label: 'inactive' stale-issue-message: 'This issue needs more information and has not had recent activity. Please provide the missing information or it will be closed in 7 days. Thanks!'