Skip to content
Open
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: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ information on using pull requests.

### Requirement for PRs

- All PRs, other than small documentation or typo fixes, should have a Issue
- All PRs, other than small documentation or typo fixes, should have an Issue
associated. If a relevant issue doesn't exist, please create one first or
you may instead describe the bug or feature directly within the PR
description, following the structure of our issue templates.
Expand Down Expand Up @@ -160,7 +160,7 @@ part before or alongside your code PR.
source .venv/bin/activate
```

**windows** `shell source .\.venv\Scripts\activate`
**windows** `.\.venv\Scripts\activate`

4. **Install dependencies:**

Expand Down