Browse Source

Updates for label changes

Adds discussions link
main
Eric Amodio 4 years ago
parent
commit
3f8a971108
5 changed files with 10 additions and 4 deletions
  1. +1
    -1
      .github/ISSUE_TEMPLATE/bug_report.md
  2. +5
    -0
      .github/ISSUE_TEMPLATE/config.yml
  3. +1
    -1
      .github/ISSUE_TEMPLATE/feature_request.md
  4. +1
    -1
      .github/ISSUE_TEMPLATE/question.md
  5. +2
    -1
      .github/workflows/issues-stale.yml

+ 1
- 1
.github/ISSUE_TEMPLATE/bug_report.md View File

@ -2,7 +2,7 @@
name: Bug report
about: Create a report to help GitLens improve
title: ''
labels: 'type: potential bug'
labels: 'potential-bug'
assignees: ''
---

+ 5
- 0
.github/ISSUE_TEMPLATE/config.yml View File

@ -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

+ 1
- 1
.github/ISSUE_TEMPLATE/feature_request.md View File

@ -2,7 +2,7 @@
name: Feature request
about: Suggest an idea for GitLens
title: ''
labels: 'type: feature'
labels: 'feature'
assignees: ''
---

+ 1
- 1
.github/ISSUE_TEMPLATE/question.md View File

@ -2,7 +2,7 @@
name: Question
about: Ask a question about GitLens
title: ''
labels: 'type: question'
labels: 'question'
assignees: ''
---

+ 2
- 1
.github/workflows/issues-stale.yml View File

@ -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!'

Loading…
Cancel
Save