Skip to content

Commit 2cf8ef8

Browse files
authored
Update documents (#197)
1 parent f8771b7 commit 2cf8ef8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ The following steps outline how to install this repo for local development.
4444

4545
### Clone repo
4646

47-
```console
47+
```bash
4848
git clone https://github.com/[ORG NAME]/[REPO NAME]
4949

5050
cd [REPO NAME]
@@ -71,19 +71,19 @@ nox -s dev
7171

7272
### Run tests with coverage
7373

74-
```console
74+
```bash
7575
nox -s test
7676
```
7777

7878
### Run formatters and linters
7979

80-
```console
80+
```bash
8181
nox -s lint
8282
```
8383

8484
### Build dist
8585

86-
```console
86+
```bash
8787
nox -s build
8888
```
8989

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

101101
### Update the generated files with changes
102102

103-
```console
103+
```bash
104104
nox -s update-deps
105105
```
106106

107107
### Upgrade all generated dependencies
108108

109-
```console
109+
```bash
110110
nox -s upgrade-deps
111111
```
112112

0 commit comments

Comments
 (0)