Skip to content

Commit

Permalink
add note about neovim to the issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
DetachHead committed Oct 20, 2024
1 parent 529aac4 commit e169caf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ thanks for taking the time to raise an issue. please consider the following:
- does the issue also occur in pyright? (if you don't have pyright installed, its playground is available here: https://pyright-play.net)
- note that the default rules are different in pyright (most checks are disabled by default). make sure to check the configuration options on the sidebar if your issue is with a specific diagnostic rule
- if it does also occur in pyright, has it been raised upstream at https://github.com/microsoft/pyright? this isn't required, but it's useful to know if the problem has already been discussed. also if you're lucky and your issue doesn't get rejected, chances are it will be fixed faster.
- if you're reporting an issue with neovim, please provide step-by-step instructions to reproduce the issue including how you setup the editor. i have no idea how to use neovim so the more detailed your instructions the better
- if you're reporting an issue installing basedpyright, please mention what operating system and python version you're using
- if you're interested in fixing the issue yourself, we've tried our best to make the process to get set up for local development as easy as possible: https://docs.basedpyright.com/latest/development/contributing/#building
-->

0 comments on commit e169caf

Please sign in to comment.