Skip to content

Commit

Permalink
move CONTRIBUTING.md to the docs site
Browse files Browse the repository at this point in the history
  • Loading branch information
DetachHead committed Oct 6, 2024
1 parent c219fa7 commit 9383023
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ thanks for taking the time to raise an issue. please consider the following:
- 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 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/build-debug/
- 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
-->
11 changes: 0 additions & 11 deletions CONTRIBUTING.md

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# building & debugging
# Contributing

## Github Issues

unlike the upstream pyright repo, we are very open to ideas for improvements and bug reports. if you've raised an issue on the upstream pyright repo that was closed without a solution, feel free to [raise it again here](https://github.com/DetachHead/basedpyright/issues/new).

please upvote issues you find important using the 👍 react. we don't close issues that don't get enough upvotes or anything like that. this is just to help us prioritize which issues to address first.

## Building

Expand Down

0 comments on commit 9383023

Please sign in to comment.