mirror of
https://github.com/Dvorinka/Devour.git
synced 2026-06-03 20:13:03 +00:00
i dont like commits
This commit is contained in:
+7
-1
@@ -25,6 +25,12 @@ Optional sanity check:
|
||||
./devour --help
|
||||
```
|
||||
|
||||
For quality/review commands, install the delegated upstream tool first:
|
||||
|
||||
```bash
|
||||
pip install --upgrade "desloppify[full]"
|
||||
```
|
||||
|
||||
## Branch and Commit Workflow
|
||||
|
||||
1. Fork the repo.
|
||||
@@ -50,7 +56,7 @@ At minimum, run:
|
||||
go test ./...
|
||||
```
|
||||
|
||||
If your changes affect CLI behavior, also run relevant commands directly (for example `devour get`, `devour ask`, `devour quality status`).
|
||||
If your changes affect CLI behavior, also run relevant commands directly (for example `devour get`, `devour ask`, `devour quality scan --path .`, `devour review --prepare`).
|
||||
|
||||
If you touch docs, verify commands and paths are real.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user