diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 0000000..696c7ea --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,48 @@ +--- +name: Bug report +about: Create a bug report to improve product quality +title: '' +labels: '' +assignees: loopback-kr + +--- + +## Describe the bug +*A clear and concise description of what the bug is.* + +## To Reproduce +*Steps to reproduce the behavior:* + +*1. Go to '...'* + +*2. Click on '....'* + +*3. Scroll down to '....'* + +*4. See error* + +## System environment +*Details of the system where the bug is occurring.* + + - Windows version: ??.?.?????.???? + - OS locale: + - [x] ko-KR + - [ ] en-US + - [ ] others: + - OS architecture: + - [ ] x86 (32-bit) + - [x] x64 (64-bit) + - KakaoTalk version: ?.?.?.???? + - Administrator privileged KakaoTalk process + - [ ] Yes + - [x] No + - AD Guard version: ?.?.?.? + - Administrator privileged AD Guard process + - [ ] Yes + - [x] No + +## Screenshots +*If applicable, add screenshots to help explain your problem.* + +## Additional context +*Add any other context about the problem here.* diff --git "a/.github/ISSUE_TEMPLATE/\353\262\204\352\267\270-\353\263\264\352\263\240\354\204\234.md" "b/.github/ISSUE_TEMPLATE/\353\262\204\352\267\270-\353\263\264\352\263\240\354\204\234.md" new file mode 100644 index 0000000..7fefc63 --- /dev/null +++ "b/.github/ISSUE_TEMPLATE/\353\262\204\352\267\270-\353\263\264\352\263\240\354\204\234.md" @@ -0,0 +1,48 @@ +--- +name: 버그 보고서 +about: 제품 품질 향상을 위해 버그 보고서를 작성해주세요 +title: '' +labels: '' +assignees: loopback-kr + +--- + +## 버그 설명 +*구체적으로 버그에 대해 설명해 주세요.* + +## 재현 +*버그 재현을 위한 절차:* + +*1. '...'로 이동.* + +*2. '....'을 클릭.* + +*3. '....'으로 스크롤* + +*4. '...' 오류 발생* + +## 시스템 환경 +*버그가 발생하는 시스템 환경을 명시해 주세요.* + + - Windows 버전: ??.?.?????.???? + - OS 로케일: + - [x] 한국어 + - [ ] 영어 + - [ ] 그 외: + - OS 아키텍처: + - [ ] x86 (32-비트) + - [x] x64 (64-비트) + - 카카오톡 버전: ?.?.?.???? + - 관리자 권한을 가진 카카오톡 프로세스 + - [ ] 예 + - [x] 아니오 + - AD Guard 버전: ?.?.?.? + - 관리자 권한을 가진 AD Guard 프로세스 + - [ ] 예 + - [x] 아니오 + +## 스크린샷 +*가능하다면, 문제를 설명하기 위한 스크린샷을 추가해주세요.* + +## 추가 참고 사항 +*문제에 대한 추가적인 설명을 기술해 주세요.*