File tree Expand file tree Collapse file tree 1 file changed +8
-20
lines changed Expand file tree Collapse file tree 1 file changed +8
-20
lines changed Original file line number Diff line number Diff line change @@ -20,26 +20,14 @@ jobs:
20
20
owner: context.repo.owner,
21
21
repo: context.repo.repo,
22
22
body: `**Welcome**
23
- READ ME !!!!!
24
-
25
-
26
- Read me !!!!!!
27
-
28
-
29
- First thing: don't send PR to the master branch, please send to the dev branch instead.
30
-
31
-
32
- Please read the [DNS API Dev Guide](../wiki/DNS-API-Dev-Guide) and [DNS-API-Test](../wiki/DNS-API-Test).
33
-
34
-
35
- Then reply on this message, otherwise, your code will not be reviewed or merged.
36
-
37
-
38
- Please also make sure to add/update the usage here: https://github.com/acmesh-official/acme.sh/wiki/dnsapi2
39
-
40
-
41
- 注意: 必须通过了 [DNS-API-Test](../wiki/DNS-API-Test) 才会被 review. 无论是修改, 还是新加的 dns api, 都必须确保通过这个测试.
42
-
23
+ READ ME !!!!!
24
+ Read me !!!!!!
25
+ First thing: don't send PR to the master branch, please send to the dev branch instead.
26
+ Please read the [DNS API Dev Guide](../wiki/DNS-API-Dev-Guide).
27
+ You MUST pass the [DNS-API-Test](../wiki/DNS-API-Test).
28
+ Then reply on this message, otherwise, your code will not be reviewed or merged.
29
+ Please also make sure to add/update the usage here: https://github.com/acmesh-official/acme.sh/wiki/dnsapi2
30
+ 注意: 必须通过了 [DNS-API-Test](../wiki/DNS-API-Test) 才会被 review. 无论是修改, 还是新加的 dns api, 都必须确保通过这个测试.
43
31
`
44
32
})
45
33
You can’t perform that action at this time.
0 commit comments