Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(docs/Guidelines.md): Add section about commit message style #37

Merged
merged 1 commit into from
Mar 20, 2024

Conversation

flovogt
Copy link
Member

@flovogt flovogt commented Mar 18, 2024

JIRA: CPOUI5FOUNDATION-784

@flovogt flovogt requested review from matz3 and a team March 18, 2024 15:09
Copy link
Contributor

@d3xter666 d3xter666 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

docs/Guidelines.md Outdated Show resolved Hide resolved
@flovogt flovogt force-pushed the guidelines-commit-message branch from 606bac6 to ffd6d2d Compare March 19, 2024 12:55
@flovogt flovogt merged commit 4c4130b into main Mar 20, 2024
7 checks passed
@flovogt flovogt deleted the guidelines-commit-message branch March 20, 2024 07:20
To be decided.
- required: every commit message has to start with a lowercase `type`. The project has defined a set of [valid types](../.commitlintrc.js#L6).
- optional: the `scope` is typically the affected module. If multiple modules are affected by the commit, skip it or define a meaningful abstract scope.
- required: the `description` has to follow the Sentence Case style. Only the first word and proper nonce are written in uppercase.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

proper nonce

Was this meant to be written as "proper nouns"? Seems like nonce could be correct too, I'm just not very familiar with the word.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, but I can't find "proper nonce" on that page 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants