Skip to content

Commit 0e22096

Browse files
authored
Merge pull request #3096 from Kavinjsir/docs/commit-format
📖 : suggest specify plugin for pr
2 parents eddf0ad + a6b1f8c commit 0e22096

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CONTRIBUTING.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,13 @@ changes, which don't deserve a release note. Please don't abuse it.
139139
You can also use the equivalent emoji directly, since GitHub doesn't
140140
render the `:xyz:` aliases in PR titles.
141141

142+
If the PR is "plugin" scoped, you may also append the responding plugin names in the prefix.
143+
[For instance](https://github.com/kubernetes-sigs/kubebuilder/commit/0b36d0c4021bbf52f29d5a990157466761ec180c):
144+
145+
```
146+
🐛 (kustomize/v2-alpha): Fix typo issue in the labels added to the manifests
147+
```
148+
142149
Individual commits should not be tagged separately, but will generally be
143150
assumed to match the PR. For instance, if you have a bugfix in with
144151
a breaking change, it's generally encouraged to submit the bugfix

0 commit comments

Comments
 (0)