Skip to content

Commit 340feba

Browse files
authored
Added new notify icon adaption issues template
1 parent 5fd1cf7 commit 340feba

File tree

1 file changed

+71
-0
lines changed

1 file changed

+71
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
name: 通知图标优化适配反馈
2+
description: 提交通知图标优化适配必须使用此模板提交
3+
labels: [To be adapted]
4+
title: "[通知图标优化适配反馈]"
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: |
9+
### 请在下方填写你需要适配的 APP 通知图标的必要信息。
10+
11+
**China and Chinese only.**
12+
**仅限中国和中文。**
13+
14+
以下类型的 APP 不予适配:
15+
16+
- VPN、翻墙软件
17+
- 涉嫌色情、赌博类软件
18+
- 申请超限权限、涉嫌泄露国家机密行为的软件
19+
20+
以下类型的 APP 通知图标暂不适配:
21+
22+
- 多态彩色图标,状态不唯一,例如 360 极速浏览器
23+
- 规范的原生图标,但未被通知图标规则适配的 (将稍后加入白名单)
24+
- type: input
25+
attributes:
26+
label: APP 名称
27+
description: 这里填写 APP 的名称,例如:**微信**
28+
validations:
29+
required: true
30+
- type: input
31+
attributes:
32+
label: APP 包名
33+
description: 这里填写 APP 的包名,例如:**com.tencent.mm**
34+
validations:
35+
required: true
36+
- type: input
37+
attributes:
38+
label: 通知图标颜色 (HEX)
39+
description: |
40+
这里填写通知图标在下拉通知栏中的图标颜色,要求为 16 进制,例如:**#ff232323**
41+
如果不知道什么是 16 进制颜色,可以参考 [这里](https://www.qtccolor.com/tool/hex.aspx) 的取色。
42+
留空代表使用系统默认主题色。
43+
validations:
44+
required: false
45+
- type: input
46+
attributes:
47+
label: 下载渠道、来源地址链接
48+
description: 请填写我们应该从何处得到你需要适配的这个 APP 的下载链接。
49+
validations:
50+
required: true
51+
- type: textarea
52+
attributes:
53+
label: 简单描述适配的通知图标使用场景
54+
description: 简单描述一下当前 APP 的通知图标在何时会变成彩色的、不规范的以及可触发推送通知的操作,例如小米推送或 HMS 推送。
55+
validations:
56+
required: true
57+
- type: textarea
58+
attributes:
59+
label: 通知单色图标适配素材 (大小 50x50~72x72)
60+
description: 请在这里填写我们能够获得这个图标的网址或在下方的文本框粘贴你需要上传的图标。
61+
validations:
62+
required: false
63+
- type: checkboxes
64+
attributes:
65+
label: 确认一下你提交的信息
66+
description: |
67+
为了确保 issues 的质量和避免浪费不必要的时间,未勾选下方选项的 issues 将直接被关闭。
68+
请一定确保你已经**勾选下方的选项**后再提交。
69+
options:
70+
- label: 我确保上述信息准确无误
71+
required: false

0 commit comments

Comments
 (0)