Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
<ticket> <component>: <title>

Detailed description of the fix.

Signed-off-by: <real name> <<email address>>

Keep the lines at or under 80 70 characters to avoid display issues in githubGitHub, and <= 62 characters for the title / commit summary line. The ticket should be a valid Jira ticket and should be all caps (e.g., DAOS-1234). The component should be a valid DAOS component in lower-case. A script in DAOS ci will check the ticket based on the PR title and automatically pull information such as the status and priority. Valid components can be worked out by checking ci/jira_query.py in the DAOS source, but generally, any valid subdirectory of src or src/client will suffice (e.g. vos, object, api) or a specialized one such as build, ci, etc.

...