Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

59 wiersze
2.4 KiB

  1. name: Bug report
  2. description: Create a report to help GitLens improve
  3. labels: ['bug', 'triage']
  4. body:
  5. - type: textarea
  6. attributes:
  7. label: Description
  8. description: Please provide a concise description of what you're experiencing, what you expected to happen, and any steps to reproduce the behavior.
  9. placeholder: |
  10. 1. In this environment...
  11. 2. With this config...
  12. 3. Run '...'
  13. 4. See error...
  14. validations:
  15. required: true
  16. - type: input
  17. id: gitlens
  18. attributes:
  19. label: GitLens Version
  20. description: What version of GitLens are you using?
  21. placeholder: 12.0.0
  22. validations:
  23. required: true
  24. - type: textarea
  25. id: vscode
  26. attributes:
  27. label: VS Code Version
  28. description: What version of VS Code are you using? Copy from Help -> About
  29. placeholder: |
  30. Version: 1.70.0-insider (user setup)
  31. Commit: 1cd90cceddf3c413673963ab6f154d2ff294b17c
  32. Date: 2022-07-15T05:16:39.110Z
  33. Electron: 18.3.5
  34. Chromium: 100.0.4896.160
  35. Node.js: 16.13.2
  36. V8: 10.0.139.17-electron.0
  37. OS: Windows_NT x64 10.0.22622
  38. validations:
  39. required: false
  40. - type: input
  41. id: git
  42. attributes:
  43. label: Git Version
  44. description: 'What version of Git are you using? Use `git --version`'
  45. placeholder: 'git version 2.37.0.windows.1'
  46. validations:
  47. required: false
  48. - type: textarea
  49. attributes:
  50. label: Logs, Screenshots, Screen Captures, etc
  51. description: |
  52. Logs? Links? References? Anything that will give us more context about the issue you are encountering!
  53. placeholder: |
  54. For intermittent issues, please enable debug logging by running the _GitLens: Enable Debug Logging_ command from the Command Palette (<kbd>F1</kbd> or <kbd>ctrl/cmd</kbd>+<kbd>shift</kbd>+<kbd>p</kbd>).
  55. This will enable logging to the _GitLens_ & _GitLens (Git)_ channels in the _Output_ pane.
  56. Once enabled, please reproduce the issue, and attach the logs from the _GitLens_ channel, and if its Git related please also attach the logs from the _GitLens (Git)_ channel.
  57. validations:
  58. required: false