@fivepixels-js/react 0.1.2 → 0.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -86,6 +86,12 @@ handler를 넘기지 않으면 **localStorage**에 저장됩니다. API 연동
|
|
|
86
86
|
| **report** | `⌘⇧M` | 요소 클릭 후 피드백 작성 |
|
|
87
87
|
| **view** | `⌘⇧L` | 마커·목록 조회, 답변·검수 |
|
|
88
88
|
|
|
89
|
+
## 기여
|
|
90
|
+
|
|
91
|
+
Issue와 Pull Request를 환영합니다. 기능·수정 브랜치는 `develop`에서 분기해 주세요.
|
|
92
|
+
|
|
93
|
+
PR 전 `npm run lint`로 타입·테스트를 확인해 주세요. 자세한 내용은 [CONTRIBUTING.md](./CONTRIBUTING.md)를 참고하세요.
|
|
94
|
+
|
|
89
95
|
## 라이선스
|
|
90
96
|
|
|
91
97
|
MIT © Sangjun Kim. [LICENSE](./LICENSE) 파일을 참고하세요.
|