Skip to content

Commit

Permalink
chore: tweak discussion/issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
mrcjkb committed Sep 27, 2024
1 parent 9999574 commit 5e5817d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/DISCUSSION_TEMPLATE/q-a.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ body:
options:
- label: This is not a bug report or feature request (Please use [issues](https://github.com/mrcjkb/rustaceanvim/issues/new/choose) for those).
required: true
- label: This is a question about rustaceanvim, not rust-analyzer or Neovim.
required: true
- label: This is [not a question about autocompletion](https://github.com/mrcjkb/rustaceanvim?tab=readme-ov-file#im-having-issues-with-autocompletion).
required: true
- label: I have read the README.
required: true
- label: I have searched for a solution using `:h rustaceanvim`.
Expand Down
4 changes: 4 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ body:
required: false
- label: I can reproduce the issue with stable Neovim (not a distribution or nightly) and the [minimal config](https://github.com/mrcjkb/rustaceanvim/blob/master/troubleshooting/minimal.lua).
required: true
- label: This is an issue about rustaceanvim, not rust-analyzer or Neovim.
required: true
- label: This is [not an issue with autocompletion](https://github.com/mrcjkb/rustaceanvim?tab=readme-ov-file#im-having-issues-with-autocompletion).
required: true
- type: input
attributes:
label: "Neovim version (nvim -v)"
Expand Down

0 comments on commit 5e5817d

Please sign in to comment.