Browse Source

Updates issue templates

main
Eric Amodio 4 years ago
parent
commit
7ee30c352c
4 changed files with 8 additions and 20 deletions
  1. +6
    -5
      .github/ISSUE_TEMPLATE/bug_report.md
  2. +2
    -2
      .github/ISSUE_TEMPLATE/config.yml
  3. +0
    -3
      .github/ISSUE_TEMPLATE/feature_request.md
  4. +0
    -10
      .github/ISSUE_TEMPLATE/question.md

+ 6
- 5
.github/ISSUE_TEMPLATE/bug_report.md View File

@ -4,17 +4,18 @@ about: Create a report to help GitLens improve
title: ''
labels: potential-bug, triage
assignees: ''
---
<!-- Please search existing issues to avoid creating duplicates. -->
<!-- Also for any git related or intermittent issues, please enable output channel logging by setting `"gitlens.outputLevel": "debug"` in your settings.json. This will enable logging to the `GitLens` & `GitLens (Git)` channels in the Output pane. Once enabled, please attempt to reproduce the issue (if possible) and attach the log lines from both channels.
<!--
For any Git related or intermittent issues, please enable output channel logging by setting `"gitlens.outputLevel": "debug"` in your settings.json.
This will enable logging to the `GitLens` and `GitLens (Git)` channels in the Output pane.
Once enabled, please attempt to reproduce the issue (if possible) and attach the log lines from both channels.
-->
- GitLens Version:
- Git Version: `run git --version`
- Git Version: Run `git --version`
<!-- Use Help > Report Issue to prefill these. -->
- VSCode Version: `run code --version`
- VSCode Version: Run `code --version`
- OS Version:
Steps to Reproduce:

+ 2
- 2
.github/ISSUE_TEMPLATE/config.yml View File

@ -1,5 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: GitLens Discussions
- name: Question
url: https://github.com/eamodio/vscode-gitlens/discussions?discussions_q=category%3AQ%26A
about: Please ask and answer GitLens questions here
about: Ask and answer questions about GitLens

+ 0
- 3
.github/ISSUE_TEMPLATE/feature_request.md View File

@ -4,9 +4,6 @@ about: Suggest an idea for GitLens
title: ''
labels: feature, triage
assignees: ''
---
<!-- Please search existing issues to avoid creating duplicates. -->
<!-- Describe the feature you'd like. -->

+ 0
- 10
.github/ISSUE_TEMPLATE/question.md View File

@ -1,10 +0,0 @@
---
name: Question
about: Ask a question about GitLens
title: ''
labels: question
assignees: ''
---
<!-- Please search existing issues to avoid creating duplicates. -->

Loading…
Cancel
Save