File tree 2 files changed +27
-1
lines changed
2 files changed +27
-1
lines changed Original file line number Diff line number Diff line change 1
1
name : リクエスト
2
2
description : ロゴの追加依頼
3
3
title : " [Request] "
4
- labels : [ "request"]
4
+ labels : " request"
5
5
assignees :
6
6
- SAWARATSUKI
7
7
body :
10
10
value : |
11
11
ロゴ追加に関する依頼がある場合は、以下の内容を**よく読んでからテンプレートに従って**Issueを作成してください。
12
12
- サービスのロゴの追加を希望する場合、許可が必要な場合があります。そのため許可が得られない場合は追加を見送ることがあります。
13
+ - リクエストしたサービスの公式からロゴ制作の許可を頂いている場合優先的にお作りいたします。
13
14
- ロゴの追加には時間がかかる場合があります。ご了承ください。
14
15
15
16
61
62
validations :
62
63
required : false
63
64
65
+ - type : dropdown
66
+ id : permission
67
+ attributes :
68
+ label : 許可の有無
69
+ description : サービスの公式からロゴ制作の許可を得ましたか?
70
+ options :
71
+ - " Yes"
72
+ - " No"
73
+ validations :
74
+ required : true
75
+
76
+ - type : input
77
+ id : contact
78
+ attributes :
79
+ label : 連絡先
80
+ description : 許可を得ている場合は、あなたの連絡先(SNSのURL等)を記載してください。
81
+ placeholder : 例) https://x.com/sawaratsuki1004
82
+ validations :
83
+ required : false
84
+
64
85
- type : textarea
65
86
id : comment
66
87
attributes :
Original file line number Diff line number Diff line change @@ -10,3 +10,8 @@ policy:
10
10
keys : ["original"]
11
11
- name : " unknown"
12
12
keys : ["None", "unknown"]
13
+ - id : ["permission"]
14
+ block-list : ["None", "No"]
15
+ label :
16
+ - name : " permitted"
17
+ keys : ["Yes"]
You can’t perform that action at this time.
0 commit comments