File tree Expand file tree Collapse file tree 4 files changed +263
-0
lines changed
Expand file tree Collapse file tree 4 files changed +263
-0
lines changed Original file line number Diff line number Diff line change 1+ name : 🐛 Xiaomi MIoT 드라이버 버그 리포트
2+ description : Xiaomi MIoT 드라이버 관련 문제를 신고해주세요
3+ title : " [Xiaomi MIoT] "
4+ labels : ["bug", "xiaomi-miot"]
5+ body :
6+ - type : markdown
7+ attributes :
8+ value : |
9+ Xiaomi MIoT 드라이버 관련 문제를 신고해주시기 전에 [README](../xiaomi-miot/README.md)를 확인해주세요.
10+
11+ - type : dropdown
12+ id : device_type
13+ attributes :
14+ label : 장치 유형
15+ description : 문제가 발생한 장치 유형을 선택해주세요
16+ options :
17+ - 조명 (Light)
18+ - 스위치 (Switch)
19+ - 선풍기 (Fan)
20+ - 공기청정기 (Air Purifier)
21+ - 가습기 (Humidifier)
22+ - 제습기 (Dehumidifier)
23+ - 로봇청소기 (Vacuum)
24+ - 커버/블라인드 (Cover)
25+ - 온도조절기 (Climate/Heater)
26+ - 센서 (Sensor)
27+ - 기타
28+ validations :
29+ required : true
30+
31+ - type : input
32+ id : device_model
33+ attributes :
34+ label : 장치 모델
35+ description : 장치 모델명 (예: dmaker.fan.p11, zhimi.airpurifier.v1 등)
36+ placeholder : dmaker.fan.p11
37+ validations :
38+ required : true
39+
40+ - type : input
41+ id : miot_spec_link
42+ attributes :
43+ label : MIoT Spec 링크
44+ description : https://home.miot-spec.com/ 에서 찾은 장치 스펙 링크를 붙여넣어주세요
45+ placeholder : https://home.miot-spec.com/spec/dmaker.fan.p11
46+ validations :
47+ required : true
48+
49+ - type : textarea
50+ id : what_happened
51+ attributes :
52+ label : 문제 상황
53+ description : 무엇이 발생했나요?
54+ placeholder : 예: 선풍기를 켜려고 했지만 반응이 없습니다.
55+ validations :
56+ required : true
57+
58+ - type : textarea
59+ id : expected
60+ attributes :
61+ label : 예상 동작
62+ description : 어떤 동작을 기대했나요?
63+ placeholder : 예: 선풍기가 켜져야 합니다.
64+ validations :
65+ required : true
66+
67+ - type : textarea
68+ id : steps
69+ attributes :
70+ label : 재현 단계
71+ description : 문제를 재현하는 단계를 알려주세요
72+ value : |
73+ 1.
74+ 2.
75+ 3.
76+ render : markdown
77+ validations :
78+ required : true
79+
80+ - type : textarea
81+ id : environment
82+ attributes :
83+ label : 환경 정보
84+ description : 다음 정보를 알려주세요 (개인정보는 제외해주세요)
85+ value : |
86+ - SmartThings Hub/Station 모델:
87+ - Wi-Fi 네트워크: 같은 네트워크 사용 (예/아니오)
88+ - 장치가 Mi Home 앱에 등록되어 있나요?: (예/아니오)
89+ render : markdown
90+ validations :
91+ required : true
92+
93+ - type : textarea
94+ id : logs
95+ attributes :
96+ label : 로그 (필수)
97+ description : SmartThings CLI로 수집한 로그를 첨부해주세요 (토큰, IP 주소, MAC 주소 등 개인정보 제외)
98+ placeholder : |
99+ ```bash
100+ smartthings edge:drivers:logcat
101+ # Xiaomi miIO/MIoT 드라이버 선택 후 문제 재현하고 로그 복사
102+ ```
103+ render : shell
104+ validations :
105+ required : true
106+
107+ - type : textarea
108+ id : additional
109+ attributes :
110+ label : 추가 정보
111+ description : 기타 참고사항이나 스크린샷을 추가해주세요
112+ render : markdown
113+ validations :
114+ required : false
Original file line number Diff line number Diff line change 1+ blank_issues_enabled : true
2+ contact_links :
3+ - name : 💬 일반 문의
4+ url : https://github.com/lunDreame/EdgeDriver/discussions
5+ about : 질문이나 일반적인 문의사항은 Discussions를 이용해주세요.
Original file line number Diff line number Diff line change 1+ name : 📱 장치 지원 요청
2+ description : 새로운 장치 지원을 요청해주세요
3+ title : " [Device Support] "
4+ labels : ["device-support"]
5+ body :
6+ - type : markdown
7+ attributes :
8+ value : |
9+ 새로운 장치 지원을 요청해주시기 전에 기존 이슈를 확인해주세요.
10+
11+ - type : dropdown
12+ id : driver
13+ attributes :
14+ label : 드라이버
15+ description : 어떤 드라이버에 장치를 추가하고 싶으신가요?
16+ options :
17+ - Xiaomi MIoT
18+ validations :
19+ required : true
20+
21+ - type : input
22+ id : device_name
23+ attributes :
24+ label : 장치 이름
25+ description : 요청하는 장치의 이름을 입력해주세요
26+ placeholder : 예: 샤오미 공기청정기 4 Pro
27+ validations :
28+ required : true
29+
30+ - type : input
31+ id : device_model
32+ attributes :
33+ 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
36+ validations :
37+ required : true
38+
39+ - type : textarea
40+ id : device_info
41+ attributes :
42+ label : 장치 정보
43+ description : 장치에 대한 추가 정보를 입력해주세요
44+ value : |
45+ - 제조사:
46+ - 제품명:
47+ - 주요 기능:
48+ - 지원하는 프로토콜/통신 방식:
49+ render : markdown
50+ validations :
51+ required : true
52+
53+ - type : textarea
54+ id : capabilities
55+ attributes :
56+ label : 필요한 Capabilities
57+ description : 이 장치가 필요로 하는 SmartThings Capabilities를 나열해주세요 (알고 있는 경우)
58+ placeholder : |
59+ - switch
60+ - fanSpeed
61+ - airQuality
62+ 등
63+ render : markdown
64+ validations :
65+ required : false
66+
67+ - type : textarea
68+ id : availability
69+ attributes :
70+ label : 장치 가용성
71+ description : 이 장치를 테스트하거나 제공할 수 있나요?
72+ value : |
73+ - 장치를 보유하고 있나요?: (예/아니오)
74+ - 테스트에 참여할 수 있나요?: (예/아니오)
75+ - 필요한 추가 정보나 문서를 제공할 수 있나요?: (예/아니오)
76+ render : markdown
77+ validations :
78+ required : false
79+
80+ - type : textarea
81+ id : additional
82+ attributes :
83+ label : 추가 정보
84+ description : 기타 참고사항, 링크, 또는 문서를 추가해주세요
85+ render : markdown
86+ validations :
87+ required : false
Original file line number Diff line number Diff line change 1+ name : ✨ 기능 요청
2+ description : 새로운 기능이나 개선 사항을 제안해주세요
3+ title : " [Feature] "
4+ labels : ["enhancement"]
5+ body :
6+ - type : markdown
7+ attributes :
8+ value : |
9+ 기능 요청을 제안해주시기 전에 기존 이슈를 확인해주세요.
10+
11+ - type : dropdown
12+ id : driver
13+ attributes :
14+ label : 드라이버
15+ description : 어떤 드라이버에 대한 기능인가요?
16+ options :
17+ - Xiaomi MIoT
18+ - 기타
19+ validations :
20+ required : true
21+
22+ - type : textarea
23+ id : problem
24+ attributes :
25+ label : 문제 또는 불편사항
26+ description : 어떤 문제를 해결하고 싶으신가요?
27+ placeholder : 예: 현재 선풍기의 풍량을 조절할 수 없습니다.
28+ validations :
29+ required : true
30+
31+ - type : textarea
32+ id : solution
33+ attributes :
34+ label : 제안하는 해결책
35+ description : 어떤 기능을 추가하거나 개선하면 좋을까요?
36+ placeholder : 예: 선풍기 풍량 제어 기능을 추가해주세요.
37+ validations :
38+ required : true
39+
40+ - type : textarea
41+ id : alternatives
42+ attributes :
43+ label : 대안
44+ description : 고려해본 다른 방법이 있나요?
45+ placeholder : 현재는 다른 방법이 없습니다 / 커스텀 capability를 사용해야 합니다 등
46+ render : markdown
47+ validations :
48+ required : false
49+
50+ - type : textarea
51+ id : additional
52+ attributes :
53+ label : 추가 정보
54+ description : 기타 참고사항, 스크린샷, 또는 링크를 추가해주세요
55+ render : markdown
56+ validations :
57+ required : false
You can’t perform that action at this time.
0 commit comments