mirror of
https://github.com/portainer/portainer.git
synced 2026-08-07 08:54:48 +00:00
docs(guidelines): add git conventions and create-pr skill [BE-13198] (#3160)
Co-authored-by: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
+3
-1
@@ -25,7 +25,7 @@ Each commit message should include a **type**, a **scope** and a **subject**:
|
|||||||
<type>(<scope>): <subject>
|
<type>(<scope>): <subject>
|
||||||
```
|
```
|
||||||
|
|
||||||
Lines should not exceed 100 characters. This allows the message to be easier to read on GitHub as well as in various git tools and produces a nice, neat commit log ie:
|
Lines should not exceed 72 characters. This allows the message to be easier to read on GitHub as well as in various git tools and produces a nice, neat commit log ie:
|
||||||
|
|
||||||
```
|
```
|
||||||
#271 feat(containers): add exposed ports in the containers view
|
#271 feat(containers): add exposed ports in the containers view
|
||||||
@@ -53,6 +53,8 @@ The scope could be anything specifying place of the commit change. For example `
|
|||||||
`containers`, `images` etc...
|
`containers`, `images` etc...
|
||||||
You can use the **area** label tag associated on the issue here (for `area/containers` use `containers` as a scope...)
|
You can use the **area** label tag associated on the issue here (for `area/containers` use `containers` as a scope...)
|
||||||
|
|
||||||
|
Prefer a single canonical scope per domain to avoid drift, e.g. `kubernetes` (not `k8s`/`kube`), `stacks` (not `stack`), `edgestacks` (not `edgestack`/`edge/stacks`).
|
||||||
|
|
||||||
### Subject
|
### Subject
|
||||||
|
|
||||||
The subject contains succinct description of the change:
|
The subject contains succinct description of the change:
|
||||||
|
|||||||
Reference in New Issue
Block a user