Skip to content

Commit 2b14b2a

Browse files
rudrakshkarpemshudrak
authored andcommitted
docs: update contributing.md with examples for semantic messages
1 parent c7c74af commit 2b14b2a

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

CONTRIBUTING.md

+13-1
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,24 @@ Guidelines](https://opensource.google/conduct/).
3232
- Use the present tense and imperative mood.
3333
- Separate the summary from the body of the message with a blank line.
3434
- Use the body to explain what and why changes were made, as well as any necessary details.
35-
- Addionally, you can consider using semantic commit messages like "feat:" or "docs:" which will provide additional context to the commit message.
35+
- Addionally, you can consider using semantic commit messages like "feat:" or "docs:" , etc. which will provide additional context to the commit message. Learn more about semantic commit messages [here](https://gist.github.com/joshbuchea/6f47e86d2510bce28f8e7f42ae84c716?permalink_comment_id=3867882).
3636

3737
**Example:** Add support for GCP Compute Engine in scanner
3838

3939
**Example:** feat: add support for GCP Compute Engine in scanner
4040

41+
**Example:** docs: updated README.md with installation instructions
42+
43+
**Example:** feat: added support for scanning additional GCP resources
44+
45+
**Example:** fix: fixed bug in scan logic for GCE instances
46+
47+
**Example:** test: added unit tests for new scan feature
48+
49+
**Example:** ci: updated build pipeline to include new dependency
50+
51+
**Example:** chore: removed unused code and refactored some variables
52+
4153
## Branching Naming Conventions
4254
- Use lowercase letters.
4355
- Separate words with hyphens.

0 commit comments

Comments
 (0)