Parcourir la source

Updates github issue templates

main
Eric Amodio il y a 6 ans
Parent
révision
99d1ef0f18
4 fichiers modifiés avec 32 ajouts et 12 suppressions
  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 Voir le fichier

@ -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 Voir le fichier

@ -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 Voir le fichier

@ -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 Voir le fichier

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

Chargement…
Annuler
Enregistrer