Skip to content

Commit 195ada1

Browse files
committed
docs(CONTRIBUTING): add examples for common tags
Add examples for the most common commit tags that are used in this repository. Signed-off-by: Randolph Sapp <[email protected]>
1 parent bb23839 commit 195ada1

File tree

1 file changed

+16
-6
lines changed

1 file changed

+16
-6
lines changed

CONTRIBUTING.md

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,22 @@ not strictly enforced.
1111
Please see the following for additional resources on commit formatting:
1212
https://www.conventionalcommits.org/en/v1.0.0/
1313

14-
> [!NOTE]
15-
> This entire project is documentation. Using the docs tag for all changes is
16-
> not helpful. Please reserve usage of the docs tag for changes to this projects
17-
> documentation, such as the README or CONTRIBUTING documents. If the change is
18-
> adding information it should be treated as a feat, if it is changing incorrect
19-
> information it should be a fix.
14+
### Commit types
15+
16+
Each commit has a tag with its type following the conventional commit
17+
convention. The following goes over the more common tags in this project.
18+
19+
- `feat`: any *addition* to the RST sources or platform configs
20+
- `fix`: any *correction* to the RST sources or platform configs
21+
- `style`: any modification that does not change the meaning of the source
22+
- `refactor`: any modification that neither add a feature or fixes the source
23+
- `build`: changes that affect the build system, container, or external
24+
dependencies
25+
- `ci`: changes to the CI pipelines or associated scripts
26+
- `docs`: changes to *project* documentation, such as the main README
27+
28+
Other supported tags exist in the conventional commit specification, but they
29+
are not used as often here.
2030

2131
## Project structure
2232

0 commit comments

Comments
 (0)