Skip to content

Commit

Permalink
chore: add discussion form
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikaverpil committed Jul 13, 2024
1 parent 23dfa13 commit 884e40b
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 0 deletions.
59 changes: 59 additions & 0 deletions .github/DISCUSSION_TEMPLATE/configuration.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
name: Configuration
description: Get help with configuration issues.
title: "configuration: "
labels: [configuration]
body:
- type: markdown
attributes:
value: |
To best be able to help you with your configuration-related issue, please fill out the below form.
- type: checkboxes
attributes:
label: Did you check docs and existing issues?
description: Make sure you checked all of the below before submitting an issue.
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).
required: true
- label: I have updated to the latest version of Neotest.
required: true
- label: I have updated to the latest version of neotest-golang.
required: true
- type: input
attributes:
label: "Neovim version (nvim -v)"
placeholder: "0.10.0 commit db1b0ee3b30f"
validations:
required: true
- type: input
attributes:
label: "Operating system/version"
placeholder: "MacOS 14.5"
validations:
required: true
- type: textarea
attributes:
label: Output from `:checkhealth neotest-golang`
description: Please provide the output.
validations:
required: true
- type: textarea
attributes:
label: Your Neotest and neotest-golang Lua setup
description: Please provide valid Lua code, describing how you load and configure the neotest-golang adapter.
render: Lua
placeholder: |
return {
-- your setup here
}
validations:
required: true
- type: textarea
attributes:
label: Describe the problem
description: |
A clear and concise description of what the problem is.
Please include any related errors you see in Neovim (e.g. in `:messages`) and attach any screenshots.
validations:
required: true
3 changes: 3 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
blank_issues_enabled: false
contact_links:
- name: Configuration issue
url: https://github.com/fredrikaverpil/neotest-golang/discussions/categories/configuration
about: Get help setting up neotest-golang.
- name: Ask a question or start a discussion
url: https://github.com/fredrikaverpil/neotest-golang/discussions
about: Use Github discussions instead.

0 comments on commit 884e40b

Please sign in to comment.