Browse Source

Updates github issue templates

main
Eric Amodio 6 years ago
parent
commit
99d1ef0f18
4 changed files with 32 additions and 12 deletions
  1. +0
    -12
      .github/ISSUE_TEMPLATE.md
  2. +18
    -0
      .github/ISSUE_TEMPLATE/bug_report.md
  3. +8
    -0
      .github/ISSUE_TEMPLATE/feature_request.md
  4. +6
    -0
      .github/ISSUE_TEMPLATE/question.md

+ 0
- 12
.github/ISSUE_TEMPLATE.md View File

@ -1,12 +0,0 @@
<!--
If you are encountering an issue that says `See output channel for more details`, please enable output channel logging by setting `"gitlens.outputLevel": "verbose"` in your settings.json. This will enable logging to the GitLens channel in the Output pane. Once enabled, please attempt to reproduce the issue (if possible) and attach the relevant log lines from the GitLens channel.
-->
- GitLens Version:
- VSCode Version:
- OS Version:
Steps to Reproduce:
1.
2.

+ 18
- 0
.github/ISSUE_TEMPLATE/bug_report.md View File

@ -0,0 +1,18 @@
---
name: Bug report
about: Create a report to help GitLens improve
---
<!-- 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": "verbose"` in your settings.json. This will enable logging to the GitLens channel in the Output pane. Once enabled, please attempt to reproduce the issue (if possible) and attach the relevant log lines from the GitLens channel.
-->
- GitLens Version:
<!-- Use Help > Report Issue to prefill these. -->
- VSCode Version:
- OS Version:
Steps to Reproduce:
1.
2.

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

@ -0,0 +1,8 @@
---
name: Feature request
about: Suggest an idea for GitLens
---
<!-- Please search existing issues to avoid creating duplicates. -->
<!-- Describe the feature you'd like. -->

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

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

Loading…
Cancel
Save