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

CI: Check commit message compliance #5248

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Nov 22, 2023

  1. CI: Check commit message compliance

    This commit adds these checks.
    - Title consists of module name(s) and subject or just subject.
    - If there are two or more module names, the module names has to be
      separated by a comma followed by an optional space.
    - First word of the subject is starting from an upper case letter and
      remaining characters in the first word are lower case letters.
      "Don't" and a word with a hyphen at the middle are also acceptable.
    - The title is 72 characters at max including module prefix.
    - If the subject exceed 50 characters excluding the module prefix,
      display a warning message.
    - Titles for commits of revert and merge are ignored.
    - Full description lines are 72 columns max.
      Links and co-author names are excluded from this check.
    norihiro committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    58f0f2d View commit details
    Browse the repository at this point in the history