Skip to content

Commit

Permalink
chore: Update commit conventions to include commits with samples (#7821)
Browse files Browse the repository at this point in the history
Added text to specify when a commit changes only a sample, that is should be prefixed with 'docs'.
  • Loading branch information
georgimkv authored Nov 8, 2023
1 parent b68b538 commit f6ac0d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/6-contributing/02-conventions-and-guidelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ The commit header is the first line of the commit message. It consists of three
- It must be one of the following:
+ `fix` - a bug fix (note: this will indicate a release). If possible, include a test in your change.
+ `feat` - a new feature (note: this will indicate a release)
+ `docs` - documentation only changes
+ `docs` - changes to the documentation or samples
+ `style` - changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)
+ `refactor` - a code change that neither fixes a bug nor adds a feature
+ `perf` - a code change that improves performance
Expand Down

0 comments on commit f6ac0d8

Please sign in to comment.