Skip to content

Commit

Permalink
fix: improve discussions form further (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikaverpil authored Jul 13, 2024
1 parent a0cc974 commit b63ff72
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/DISCUSSION_TEMPLATE/configuration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ body:
options:
- label: I have read the [documentation](https://github.com/fredrikaverpil/neotest-golang/blob/main/README.md).
required: true
- label: I have searched the existing [discussions](https://github.com/fredrikaverpil/neotest-golang/discussions).
- label: I have searched the existing configuration related [discussions](https://github.com/fredrikaverpil/neotest-golang/discussions/categories/configuration).
required: true
- label: I have updated to the latest version of Neotest.
required: true
Expand All @@ -34,6 +34,12 @@ body:
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
Expand Down

0 comments on commit b63ff72

Please sign in to comment.