Переглянути джерело

Updates github issue templates

main
Eric Amodio 6 роки тому
джерело
коміт
99d1ef0f18
4 змінених файлів з 32 додано та 12 видалено
  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 Переглянути файл

@ -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 Переглянути файл

@ -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 Переглянути файл

@ -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 Переглянути файл

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

Завантаження…
Відмінити
Зберегти