Skip to content

Commit 3ff2575

Browse files
committed
docs: simplify example commands
1 parent b8c816c commit 3ff2575

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/pull_request_template.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,23 @@
11
## Description of Changes
2+
23
This pull requests ...
34

45
### Test results and coverage
6+
57
<!--
6-
from ./
7-
python setup.py develop && pytest
8+
pytest
89
-->
910

1011
```
12+
1113
```
1214

1315
### Speed test results
16+
1417
<!--
15-
from ./src
16-
python -m forklift speedtest
18+
forklift speedtest
1719
-->
1820

1921
```
22+
2023
```

0 commit comments

Comments
 (0)