You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

59 line
2.4 KiB

  1. name: Bug report
  2. description: Create a report to help GitLens improve
  3. labels: ['potential-bug', 'triage']
  4. body:
  5. - type: input
  6. id: gitlens
  7. attributes:
  8. label: GitLens Version
  9. description: What version of GitLens are you using?
  10. placeholder: v12.0.0
  11. validations:
  12. required: true
  13. - type: textarea
  14. id: vscode
  15. attributes:
  16. label: VS Code Version
  17. description: What version of VS Code are you using? Copy from Help -> About
  18. placeholder: |
  19. Version: 1.70.0-insider (user setup)
  20. Commit: 1cd90cceddf3c413673963ab6f154d2ff294b17c
  21. Date: 2022-07-15T05:16:39.110Z
  22. Electron: 18.3.5
  23. Chromium: 100.0.4896.160
  24. Node.js: 16.13.2
  25. V8: 10.0.139.17-electron.0
  26. OS: Windows_NT x64 10.0.22622
  27. validations:
  28. required: true
  29. - type: input
  30. id: git
  31. attributes:
  32. label: Git Version
  33. description: 'What version of Git are you using? Use `git --version`'
  34. placeholder: 'git version 2.37.0.windows.1'
  35. validations:
  36. required: true
  37. - type: textarea
  38. attributes:
  39. label: Description
  40. description: Please provide a concise description of what you're experiencing, what you expected to happen, and any steps to reproduce the behavior.
  41. placeholder: |
  42. 1. In this environment...
  43. 2. With this config...
  44. 3. Run '...'
  45. 4. See error...
  46. validations:
  47. required: true
  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