Skip to content

Commit

Permalink
slight update to contributing docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ofek committed Aug 17, 2024
1 parent 59f172c commit 64e935a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/community/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The usual process to make a contribution is to:
1. Check for existing related issues
2. Fork the repository and create a new branch
3. Make your changes
4. Make sure formatting, linting and tests passes.
4. Make sure formatting, linting and tests passes.
5. Add tests if possible to cover the lines you added.
6. Commit, and send a Pull Request.

Expand Down Expand Up @@ -43,13 +43,14 @@ hatch test --cover --all
Run automated formatting:

```bash
hatch fmt --formatter
hatch fmt
```

Run full linting and type checking:

```bash
hatch fmt
hatch fmt --check
hatch run types:check
```

## Docs
Expand Down

0 comments on commit 64e935a

Please sign in to comment.