Skip to content

Commit 8a05372

Browse files
committed
Added option to check permissions.
1 parent 43baaed commit 8a05372

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

.github/ISSUE_TEMPLATE/request.yml

+22-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: リクエスト
22
description: ロゴの追加依頼
33
title: "[Request] "
4-
labels: ["request"]
4+
labels: "request"
55
assignees:
66
- SAWARATSUKI
77
body:
@@ -10,6 +10,7 @@ body:
1010
value: |
1111
ロゴ追加に関する依頼がある場合は、以下の内容を**よく読んでからテンプレートに従って**Issueを作成してください。
1212
- サービスのロゴの追加を希望する場合、許可が必要な場合があります。そのため許可が得られない場合は追加を見送ることがあります。
13+
- リクエストしたサービスの公式からロゴ制作の許可を頂いている場合優先的にお作りいたします。
1314
- ロゴの追加には時間がかかる場合があります。ご了承ください。
1415
1516
@@ -61,6 +62,26 @@ body:
6162
validations:
6263
required: false
6364

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+
6485
- type: textarea
6586
id: comment
6687
attributes:

.github/advanced-issue-labeler.yml

+5
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,8 @@ policy:
1010
keys: ["original"]
1111
- name: "unknown"
1212
keys: ["None", "unknown"]
13+
- id: ["permission"]
14+
block-list: ["None", "No"]
15+
label:
16+
- name: "permitted"
17+
keys: ["Yes"]

0 commit comments

Comments
 (0)