Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 790 Bytes

CONTRIBUTING.md

File metadata and controls

23 lines (17 loc) · 790 Bytes

Contributing

First time contributing, please note we enforce commit message conventions.

Commit message

feat(example): migrate S3 URL to virtual hosted-style
^--^ ^-----^   ^------------------------------------^
|    |         |
|    |         +-> Summary in present tense.
|    |
|    +-----------> Optional scope.
|
+----------------> Type: build, ci, chore, docs, feat, fix, perf, refactor, style, or test.

For more info about message body, see:

More examples at conventional commits.