Skip to content

Commit

Permalink
chore: add checkhealth as required field (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikaverpil authored Jul 15, 2024
1 parent a92f976 commit 3965d7b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,18 @@ body:
placeholder: "MacOS 14.5"
validations:
required: true
- type: textarea
attributes:
label: Output from `:checkhealth neotest-golang`
description: Please provide the output.
render: text
placeholder: |
neotest-golang: require("neotest-golang.health").check()
- OK Go binary found on PATH: ...
- OK Found go.mod file for ... in ...
validations:
required: true
- type: textarea
attributes:
label: Describe the bug
Expand Down

0 comments on commit 3965d7b

Please sign in to comment.