Skip to content

Commit b80bdd7

Browse files
committed
Update issue templates to standardize placeholder descriptions with quotes
- Added quotes around placeholder text in the bug report, device support request, and feature request templates for consistency and improved readability. - Ensured that all descriptions maintain a uniform format across the templates.
1 parent 8bc3c8b commit b80bdd7

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/ISSUE_TEMPLATE/bug_report_xiaomi_miot.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ body:
3232
id: device_model
3333
attributes:
3434
label: 장치 모델
35-
description: 장치 모델명 (예: dmaker.fan.p11, zhimi.airpurifier.v1 등)
35+
description: "장치 모델명 (예: dmaker.fan.p11, zhimi.airpurifier.v1 등)"
3636
placeholder: dmaker.fan.p11
3737
validations:
3838
required: true
@@ -41,7 +41,7 @@ body:
4141
id: miot_spec_link
4242
attributes:
4343
label: MIoT Spec 링크
44-
description: https://home.miot-spec.com/ 에서 찾은 장치 스펙 링크를 붙여넣어주세요
44+
description: "https://home.miot-spec.com/ 에서 찾은 장치 스펙 링크를 붙여넣어주세요"
4545
placeholder: https://home.miot-spec.com/spec/dmaker.fan.p11
4646
validations:
4747
required: true
@@ -51,7 +51,7 @@ body:
5151
attributes:
5252
label: 문제 상황
5353
description: 무엇이 발생했나요?
54-
placeholder: 예: 선풍기를 켜려고 했지만 반응이 없습니다.
54+
placeholder: "예: 선풍기를 켜려고 했지만 반응이 없습니다."
5555
validations:
5656
required: true
5757

@@ -60,7 +60,7 @@ body:
6060
attributes:
6161
label: 예상 동작
6262
description: 어떤 동작을 기대했나요?
63-
placeholder: 예: 선풍기가 켜져야 합니다.
63+
placeholder: "예: 선풍기가 켜져야 합니다."
6464
validations:
6565
required: true
6666

.github/ISSUE_TEMPLATE/device_support_request.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,16 @@ body:
2323
attributes:
2424
label: 장치 이름
2525
description: 요청하는 장치의 이름을 입력해주세요
26-
placeholder: 예: 샤오미 공기청정기 4 Pro
26+
placeholder: "예: 샤오미 공기청정기 4 Pro"
2727
validations:
2828
required: true
2929

3030
- type: input
3131
id: device_model
3232
attributes:
3333
label: 장치 모델명
34-
description: MIoT 모델명 (예: zhimi.airpurifier.vb4) 및 https://home.miot-spec.com/ 링크
35-
placeholder: 예: zhimi.airpurifier.vb4 또는 https://home.miot-spec.com/spec/zhimi.airpurifier.vb4
34+
description: "MIoT 모델명 (예: zhimi.airpurifier.vb4) 및 https://home.miot-spec.com/ 링크"
35+
placeholder: "예: zhimi.airpurifier.vb4 또는 https://home.miot-spec.com/spec/zhimi.airpurifier.vb4"
3636
validations:
3737
required: true
3838

.github/ISSUE_TEMPLATE/feature_request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ body:
2424
attributes:
2525
label: 문제 또는 불편사항
2626
description: 어떤 문제를 해결하고 싶으신가요?
27-
placeholder: 예: 현재 선풍기의 풍량을 조절할 수 없습니다.
27+
placeholder: "예: 현재 선풍기의 풍량을 조절할 수 없습니다."
2828
validations:
2929
required: true
3030

@@ -33,7 +33,7 @@ body:
3333
attributes:
3434
label: 제안하는 해결책
3535
description: 어떤 기능을 추가하거나 개선하면 좋을까요?
36-
placeholder: 예: 선풍기 풍량 제어 기능을 추가해주세요.
36+
placeholder: "예: 선풍기 풍량 제어 기능을 추가해주세요."
3737
validations:
3838
required: true
3939

0 commit comments

Comments
 (0)