ソースを参照

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

読み込み中…
キャンセル
保存