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.

71 lines
2.7 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: Current Behavior
  40. description: A concise description of what you're experiencing.
  41. validations:
  42. required: false
  43. - type: textarea
  44. attributes:
  45. label: Expected Behavior
  46. description: A concise description of what you expected to happen.
  47. validations:
  48. required: false
  49. - type: textarea
  50. attributes:
  51. label: Steps To Reproduce
  52. description: Steps to reproduce the behavior.
  53. placeholder: |
  54. 1. In this environment...
  55. 2. With this config...
  56. 3. Run '...'
  57. 4. See error...
  58. validations:
  59. required: false
  60. - type: textarea
  61. attributes:
  62. label: Logs, Screenshots, Screen Captures, etc
  63. description: |
  64. Logs? Links? References? Anything that will give us more context about the issue you are encountering!
  65. placeholder: |
  66. 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>).
  67. This will enable logging to the _GitLens_ & _GitLens (Git)_ channels in the _Output_ pane.
  68. 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.
  69. validations:
  70. required: false