Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
Co-authored-by: Jiri Daněk <[email protected]>
Signed-off-by: Eder Ignatowicz <[email protected]>
  • Loading branch information
ederign and jiridanek committed May 29, 2024
1 parent d8c0946 commit f443f16
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,14 @@ __The name of your PR must be a semantic commit message__, with one of the follo

To indicate a breaking change, add `!` after the prefix, e.g. `feat!: my commit message`.

Please do NOT include a scope, as we do not use them, for example `feat(feature_name): my commit message`.
### Scopes

- `nb` (notebooks - web-app, controller, images)
- `pvc` (volumes - web-app, controller)
- `tb` (tensorboards - web-app, controller)
- `ws` (workspaces - frontend, backend, controller,, images)

For example `feat(ws): my commit message`.

## Sign Your Work

Expand Down

0 comments on commit f443f16

Please sign in to comment.