# Pull Request Summary Style Guide ## Pull Request Summary Format The summary should follow the format: ```markdown ### What this PR does / why we need it? ### Does this PR introduce _any_ user-facing change? ### How was this patch tested? ``` ## Pull Request Title Format The summary should also refresh the Pull Request Title to follow the format: ```txt [Branch][Module][Action] Pull Request Title ``` - Branch: The branch name where the PR is based. - Module: The module or component being changed. It includes but is not limited to the following: - [Attention] - [Ops] - [Doc] - [Test] - [CI] - [Benchmark] - Action: The action being performed. It includes but is not limited to the following: - [BugFix] - [Feature] - [Misc]