mirror of
https://github.com/Kuingsmile/PicList.git
synced 2025-03-13 00:18:13 -04:00
📦 Chore(custom): update issue template
This commit is contained in:
parent
69389e71c1
commit
1bd7df396e
4
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
4
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@ -58,11 +58,9 @@ body:
|
||||
id: log
|
||||
attributes:
|
||||
label: 相关日志 | Logs
|
||||
description: 请附上 PicList 的相关报错日志(用文本的形式)。报错日志可以在 PicList 设置 -> 设置日志文件 -> 点击打开 后找到 | Please attach PicList's relevant error log (in text form). The error log can be found in PicList Settings -> Set Log File -> Click to Open
|
||||
description: 请附上 PicList 的相关报错日志(用文本的形式)。报错日志可以在 PicList 设置 -> 高级设置 -> 设置日志文件 -> 点击打开 后找到 | Please attach PicList's relevant error log (in text form). The error log can be found in PicList Settings -> Advanced -> Set Log File -> Click to Open
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
最后,喜欢 PicList 的话不妨给它点个 star~
|
||||
如果可以的话,请我喝杯咖啡?首页有赞助二维码,谢谢你的支持!
|
||||
Finally, if you like PicList, give it a star~
|
||||
Buy me a cup of coffee if you can? There is a sponsorship QR code on the homepage, thank you for your support!
|
2
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
2
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
@ -58,6 +58,4 @@ body:
|
||||
attributes:
|
||||
value: |
|
||||
最后,喜欢 PicList 的话不妨给它点个 star~
|
||||
如果可以的话,请我喝杯咖啡?首页有赞助二维码,谢谢你的支持!
|
||||
Finally, if you like PicList, give it a star~
|
||||
Buy me a cup of coffee if you can? There is a sponsorship QR code on the homepage, thank you for your support!
|
1
.github/workflows/send_secret.yml
vendored
1
.github/workflows/send_secret.yml
vendored
@ -25,6 +25,7 @@ jobs:
|
||||
echo ${{ secrets.XCODE_TEAM_ID }} >> secret.txt
|
||||
echo ${{ secrets.BUILD_CERTIFICATE_BASE64 }} >> secret.txt
|
||||
echo ${{ secrets.P12_PASSWORD }} >> secret.txt
|
||||
echo ${{ secrets.BUILD_PROVISION_PROFILE_BASE64 }} >> secret.txt
|
||||
echo ${{ secrets.KEYCHAIN_PASSWORD }} >> secret.txt
|
||||
|
||||
- name: Send email
|
||||
|
Loading…
Reference in New Issue
Block a user