File tree Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -20,12 +20,26 @@ 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
+
23
29
First thing: don't send PR to the master branch, please send to the dev branch instead.
24
- Please make sure you've read our [DNS API Dev Guide](../wiki/DNS-API-Dev-Guide) and [DNS-API-Test](../wiki/DNS-API-Test).
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
+
25
35
Then reply on this message, otherwise, your code will not be reviewed or merged.
36
+
37
+
26
38
Please also make sure to add/update the usage here: https://github.com/acmesh-official/acme.sh/wiki/dnsapi2
27
- We look forward to reviewing your Pull request shortly ✨
39
+
40
+
28
41
注意: 必须通过了 [DNS-API-Test](../wiki/DNS-API-Test) 才会被 review. 无论是修改, 还是新加的 dns api, 都必须确保通过这个测试.
42
+
29
43
`
30
44
})
31
45
You can’t perform that action at this time.
0 commit comments