Skip to content

Commit 3868436

Browse files
committed
format
1 parent df42285 commit 3868436

2 files changed

Lines changed: 20 additions & 20 deletions

File tree

.github/pull_request_template.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
## 概述
22

3-
实现/解决/优化的内容:
3+
实现/解决/优化的内容:
44

55
### 事务
66

7-
- [ ] 已与维护者在issues或其他平台沟通此PR大致内容
7+
- [ ] 已与维护者在 issues 或其他平台沟通此 PR 大致内容
88

9-
## 以下内容可在起草PR后、合并PR前逐步完成
9+
## 以下内容可在起草 PR 后、合并 PR 前逐步完成
1010

1111
### 功能
1212

@@ -21,4 +21,4 @@
2121

2222
### 风险
2323

24-
可能导致或已知的问题:
24+
可能导致或已知的问题:

.github/release-drafter.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
1-
name-template: 'v$RESOLVED_VERSION 🌈'
2-
tag-template: 'v$RESOLVED_VERSION'
1+
name-template: "v$RESOLVED_VERSION 🌈"
2+
tag-template: "v$RESOLVED_VERSION"
33
categories:
4-
- title: '🚀 Features'
4+
- title: "🚀 Features"
55
labels:
6-
- 'feature'
7-
- 'enhancement'
8-
- title: '🐛 Bug Fixes'
6+
- "feature"
7+
- "enhancement"
8+
- title: "🐛 Bug Fixes"
99
labels:
10-
- 'fix'
11-
- 'bugfix'
12-
- 'bug'
13-
- title: '🧰 Maintenance'
14-
label: 'chore'
15-
change-template: '- $TITLE @$AUTHOR (#$NUMBER)'
10+
- "fix"
11+
- "bugfix"
12+
- "bug"
13+
- title: "🧰 Maintenance"
14+
label: "chore"
15+
change-template: "- $TITLE @$AUTHOR (#$NUMBER)"
1616
change-title-escapes: '\<*_&' # You can add # and @ to disable mentions, and add ` to disable code blocks.
1717
version-resolver:
1818
major:
1919
labels:
20-
- 'major'
20+
- "major"
2121
minor:
2222
labels:
23-
- 'minor'
23+
- "minor"
2424
patch:
2525
labels:
26-
- 'patch'
26+
- "patch"
2727
default: patch
2828
template: |
2929
## Changes
30-
$CHANGES
30+
$CHANGES

0 commit comments

Comments
 (0)