Skip to content

Commit b0e9c26

Browse files
committed
doc: 脚本格式化
1 parent 86c69ca commit b0e9c26

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/pull_request_template.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
## Link issues
22

3-
[请在下方 # 后面填写相关 Issue 编号,如 #42]
4-
fixes #{bug number} (in this specific format)
3+
fixes #{bug number}
4+
[Please fill in the relevant Issue number after the # above, such as #42]
5+
[请在上方 # 后面填写相关 Issue 编号,如 #42]
56

67
## Summary By Copilot
78

@@ -12,7 +13,6 @@ fixes #{bug number} (in this specific format)
1213
- [ ] No
1314

1415
[If yes, specify the version the behavior has regressed from]
15-
1616
[是否影响老版本]
1717

1818
## Risk

.github/workflows/pack.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
pack:
1212
runs-on: ubuntu-latest
13-
13+
1414
steps:
1515
- uses: actions/checkout@v4
1616

@@ -20,7 +20,7 @@ jobs:
2020
dotnet-version: 9.0.x
2121

2222
- name: Publish to Nuget
23-
env:
23+
env:
2424
NUGET_API_KEY: ${{secrets.NUGET_API_KEY}}
2525
Bundle: True
2626

0 commit comments

Comments
 (0)