Skip to content
Merged
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
12 changes: 6 additions & 6 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ The following steps outline how to install this repo for local development.

### Clone repo

```console
```bash
git clone https://github.com/[ORG NAME]/[REPO NAME]

cd [REPO NAME]
Expand All @@ -71,19 +71,19 @@ nox -s dev

### Run tests with coverage

```console
```bash
nox -s test
```

### Run formatters and linters

```console
```bash
nox -s lint
```

### Build dist

```console
```bash
nox -s build
```

Expand All @@ -100,13 +100,13 @@ Once updated following the steps below, the package can be installed if needed.

### Update the generated files with changes

```console
```bash
nox -s update-deps
```

### Upgrade all generated dependencies

```console
```bash
nox -s upgrade-deps
```

Expand Down