Skip to content

Commit

Permalink
Update contributing to indicate right folder for CLI
Browse files Browse the repository at this point in the history
Signed-off-by: Sylvain Maret <sylvain.maret@hotmail.fr>
  • Loading branch information
smCloudInTheSky committed Jan 15, 2024
1 parent 59f4252 commit 97b5acf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ Separate commits should be used for:
- Documentation (`doc: Update XYZ` for files in `doc/`)
- API structure (`shared/api: Add XYZ` for changes to `shared/api/`)
- Go client package (`client: Add XYZ` for changes to `client/`)
- CLI (`lxc/<command>: Change XYZ` for changes to `lxc/`)
- CLI (`cmd/<command>: Change XYZ` for changes to `cmd/`)
- Scripts (`scripts: Update bash completion for XYZ` for changes to `scripts/`)
- Incus daemon (`incus/<package>: Add support for XYZ` for changes to `incus/`)
- Tests (`tests: Add test for XYZ` for changes to `tests/`)

The same kind of pattern extends to the other tools in the Incus code tree
and depending on complexity, things may be split into even smaller chunks.

When updating strings in the CLI tool (`lxc/`), you may need a commit to update the templates:
When updating strings in the CLI tool (`cmd/`), you may need a commit to update the templates:

make i18n
git commit -a -s -m "i18n: Update translation templates" po/
Expand Down

0 comments on commit 97b5acf

Please sign in to comment.