Skip to content

Commit c4d3c27

Browse files
authored
docs(infra): update PR template for clarity on title format and description (#1189)
1 parent d22e5ed commit c4d3c27

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,10 @@
55
<!--
66
## Checklist for PR Creation
77
8-
- [ ] PR Title: "[package]: [brief description]"
8+
- [ ] PR Title: "<type>[optional scope]: <description>"
99
10-
- Where "package" is genai, vertexai, or community
11-
- Use "docs: ..." for purely docs changes, "templates: ..." for template changes, "infra: ..." for CI changes
12-
- Example: "community: add foobar LLM"
10+
- Where type is one of: feat, fix, docs, style, refactor, perf, test, build, ci, chore, revert, release
11+
- Scope is used to specifiy the package targeted. Options are: genai, vertex, community, infra (repo-level)
1312
1413
- [ ] PR Description and Relevant issues:
1514
@@ -41,7 +40,7 @@
4140
- Changes are backwards compatible
4241
-->
4342

44-
## PR Description
43+
## Description
4544

4645
<!-- e.g. "Implement user authentication feature" -->
4746

0 commit comments

Comments
 (0)