Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: invalid discussions form #125

Merged
merged 1 commit into from
Jul 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions .github/DISCUSSION_TEMPLATE/configuration.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
name: Configuration
description: Get help with configuration issues.
title: "configuration: "
title: ""
labels: [configuration]
body:
- type: markdown
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
blank_issues_enabled: false
contact_links:
- name: Configuration issue
url: https://github.com/fredrikaverpil/neotest-golang/discussions/categories/configuration
url: https://github.com/fredrikaverpil/neotest-golang/discussions/new?category=configuration
about: Get help setting up neotest-golang.
- name: Ask a question or start a discussion
url: https://github.com/fredrikaverpil/neotest-golang/discussions
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,9 @@ return {

### Issues with setting up the adapter

You can run `:checkhealth neotest-golang` to review common issues.
You can run `:checkhealth neotest-golang` to review common issues. If you need
help, please open a discussion
[here](https://github.com/fredrikaverpil/neotest-golang/discussions/new?category=configuration).

### Neotest is slowing down Neovim

Expand Down
Loading