Skip to content

Commit f83a650

Browse files
authored
update pull request template (#9253)
1 parent 4cb13f8 commit f83a650

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
1-
Title format:
1+
# Title format
22

3-
- `Topic(Area): Feature`
4-
- `Topic` must be one of `build|ci|docs|feat|fix|perf|refactor|chore|test`
5-
- `Area` must be one of `acl|audit|backup|badger|cdc|dql|export|graphql|indexing|multi-tenancy|raft|restore|upgrade|zero`
6-
- * Add [BREAKING] if it is a breaking change
3+
- `Topic(Area): Feature`
4+
- `Topic` must be one of `build|ci|docs|feat|fix|perf|refactor|chore|test`
5+
- `Area` must be one of `acl|audit|backup|badger|cdc|dql|export|graphql|indexing|multi-tenancy|raft|restore|upgrade|zero`
6+
- Add [BREAKING] if it is a breaking change
77

8-
------------------
9-
Body Format:
8+
# Body Format
109

11-
Description: <add description>
12-
Fixes: <GitHub Issue>
13-
Closes: <JIRA Issue>
14-
Docs: <docs PR>
10+
Description: {add description}
11+
Fixes: {GitHub Issue}
12+
Closes: {Linear Issue}
13+
Docs: {docs PR}

0 commit comments

Comments
 (0)