Skip to content

Commit

Permalink
chore: update bug_report
Browse files Browse the repository at this point in the history
  • Loading branch information
olimorris committed Feb 21, 2024
1 parent c754d4f commit d68c149
Showing 1 changed file with 17 additions and 20 deletions.
37 changes: 17 additions & 20 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,22 +75,6 @@ body:
```
> **Note:** You may need to do this a couple of times for Treesitter to fully download and sync
- type: textarea
id: health
attributes:
label: Health check
description: Please paste the output from `:checkhealth codecompanion`
validations:
required: true

- type: textarea
id: logs
attributes:
label: Logs
description: Please paste the output from the codecompanion log
validations:
required: true

- type: textarea
id: codecompanion-config
attributes:
Expand All @@ -115,17 +99,32 @@ body:
validations:
required: false

- type: textarea
id: health
attributes:
label: Health check output
description: Please paste the output from `:checkhealth codecompanion`
validations:
required: true

- type: textarea
id: logs
attributes:
label: Log output
description: Please paste the output from the log located at `~/.local/state/nvim/codecompanion.log`
validations:
required: true

- type: textarea
id: bug
attributes:
label: Describe the bug
description: Please describe the bug and include any screenshots
placeholder: |
### What I expect to happen
[Your text here]
### What actually happens
[Your text here]
validations:
required: true

Expand All @@ -149,8 +148,6 @@ body:
description: |
Before you submit, please make sure you have completed the following steps:
options:
- label: I have run `:checkhealth codecompanion`
required: true
- label: I have made sure this issue exists in the latest version of the plugin
required: true
- label: I have tested with the `minimal.lua` config file above and still get the issue
Expand Down

0 comments on commit d68c149

Please sign in to comment.