File tree Expand file tree Collapse file tree 4 files changed +131
-0
lines changed
Expand file tree Collapse file tree 4 files changed +131
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ name : " Issue: ✨Feature "
3+ about : refactor, perf, testCode 리팩토링 등 변경 및 개선 사항이 있는 경우 사용
4+ title : " "
5+ labels : " "
6+ assignees : " "
7+ ---
8+
9+ ## ✍ Description
10+
11+ 설명을 작성해주세요.
12+
13+ ## Todo
14+
15+ - [ ] todo
16+ - [ ] todo
17+
18+ ## Additional Information
19+
20+ 기타사항
Original file line number Diff line number Diff line change 1+ ---
2+ name : " Issue: 🐛BUG"
3+ about : Bug 발생 시 작성해주세요.
4+ title : " "
5+ labels : " "
6+ assignees : " "
7+ ---
8+
9+ ## ✍ Description
10+
11+ 버그 내용을 작성하세요.
12+
13+ ## 재현 과정
14+
15+ 어떤 상황에 버그️가 발생하는지 작성하세요.
16+
17+ 1 . Go to '...'
18+ 2 . Click on '....'
19+ 3 . Scroll down to '....'
20+ 4 . See error
21+
22+ ## 예상하는 정상 작동
23+
24+ 정상 작동시 어떤 결과가 나와야 하는지 작성해주세요.
25+
26+ ## 📸 스크린샷
27+
28+ 가능하다면 스크린샷을 첨부해주세요.
29+
30+ ## 버그 환경
31+
32+ - OS: [ e.g. iOS]
33+ - Browser [ e.g. chrome, safari]
34+ - Version [ e.g. 22]
35+
36+ ## Additional Information
Original file line number Diff line number Diff line change 1+ ---
2+ name : " Issue: 🔨Refactor"
3+ about : Refactor 작업 사항을 입력해주세요.
4+ title : " "
5+ labels : " "
6+ assignees : " "
7+ ---
8+
9+ ## ✍ Description
10+
11+ 설명을 입력해주세요.
12+
13+ ## Before
14+
15+ 변경전의 상황과 변경하려는 이유를 작성해주세요.
16+
17+ ## After
18+
19+ 변경후의 예상하는 구조를 작성해주세요.
20+
21+ ## Todo
22+
23+ - [ ] todo
24+ - [ ] todo
25+
26+ ## Additional Information
Original file line number Diff line number Diff line change 1+ <!--
2+ 체크하려면 괄호 안에 "x"를 입력하세요.
3+ 각 규칙은 Convention 문서에 있습니다.
4+ PR 제목에 쓰는 prefix는 다음과 같습니다.
5+
6+ ✨ feat : 새로운 기능
7+ 🔨️ refactor : 코드 리팩토링
8+ 🐎 perf : 성능을 향상
9+ 🐛 fix : 버그를 고칠 때
10+ 🧪 test : 테스트 코드
11+ 🚜 rename : 파일 이름 변경 혹은 구조를 변경
12+ 🚀 deployment : 배포 / 개발 작업과 관련된 모든 것
13+ 🔥 remove : 코드 또는 파일 제거
14+ 📚 docs : 문서
15+ 📝 chore : 사소한 코드 또는 언어를 변경 기타 변경사항 (빌드 스크립트 수정, 패키지 매니징 설정 등)
16+
17+ -->
18+
19+ ## PR 타입
20+
21+ <!-- 어떤 유형의 PR인지 체크해주세요. -->
22+
23+ <!-- 체크하려면 괄호 안에 "x"를 입력하세요. -->
24+
25+ - [ ] Feature
26+ - [ ] Refactoring (no functional changes, no api changes)
27+ - [ ] Performance Improvement
28+ - [ ] Bugfix
29+ - [ ] Test Code
30+ - [ ] Code style update (formatting, local variables)
31+ - [ ] Other... Please describe:
32+
33+ ## 개요
34+
35+ - 내용을 적어주세요.
36+
37+ ## 작업 및 변경 사항
38+
39+ - 내용을 적어주세요.
40+
41+ ### 테스트 결과
42+
43+ - 내용을 적어주세요.
44+
45+ ### 공유 하고 싶은 내용 및 참고 자료
46+
47+ - 내용을 적어주세요.
48+
49+ close
You can’t perform that action at this time.
0 commit comments