Skip to content

Commit 3089073

Browse files
committed
🎉Start: Initial commit
0 parents  commit 3089073

File tree

19 files changed

+650
-0
lines changed

19 files changed

+650
-0
lines changed

.gitattributes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
/gradlew text eol=lf
2+
*.bat text eol=crlf
3+
*.jar binary
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
name: "♻️ Refactor"
3+
about: 리팩토링 이슈 템플릿
4+
title: "♻️Refactor: "
5+
labels: ":recycle: Refactor"
6+
assignees: ''
7+
8+
---
9+
10+
## :memo: Todo
11+
- [ ]
12+
- [ ]
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
name: "✨ Feature"
3+
about: 기능 추가 이슈 템플릿
4+
title: "✨Feat: "
5+
labels: "✨ Feature"
6+
assignees: ''
7+
8+
---
9+
10+
## 📌 Description
11+
-
12+
-
13+
14+
## :memo: Todo
15+
- [ ]
16+
- [ ]

.github/ISSUE_TEMPLATE/🐛-fix.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
name: "\U0001F41B Fix"
3+
about: 버그 및 에러 이슈 템플릿
4+
title: "\U0001F41BFix: "
5+
labels: "\U0001F41E BugFix"
6+
assignees: ''
7+
8+
---
9+
10+
## 📌 Description
11+
-
12+
-
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
---
2+
name: "\U0001F4DD Documentation"
3+
about: 문서 수정 이슈 템플릿
4+
title: "\U0001F4DDDocs: "
5+
labels: "\U0001F4C3 Docs"
6+
assignees: ''
7+
8+
---
9+
10+
## 📌 Description
11+
-
12+
-
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
2+
---
3+
name: "🚀 Deploy"
4+
about: 배포 관련 작업 및 기록
5+
title: "🚀 Deploy: "
6+
labels: "🚀 Deploy"
7+
assignees: ''
8+
---
9+
10+
## 📌 배포 목적
11+
- (예: 신규 기능 반영 / 버그 수정 배포 / 설정 변경)
12+
13+
## 🧩 포함된 변경 사항
14+
- #
15+
- #
16+
- #
17+
18+
## ⚠️ 영향 범위
19+
- [ ] API
20+
- [ ] DB
21+
- [ ] Front-end
22+
- [ ] Infra
23+
- [ ] 없음
24+
25+
## ✅ 배포 체크리스트
26+
- [ ] CI 통과
27+
- [ ] Docker 이미지 빌드 완료
28+
- [ ] 서버 반영 완료
29+
- [ ] HTTPS 정상 동작
30+
- [ ] 헬스체크 확인
31+
32+
## 🧯 롤백 방법
33+
- (문제 발생 시 대응 방법)
34+
35+
## 📝 기타 메모
36+
-

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
## #️⃣ Issue Number
2+
- closed #
3+
<!--- ex) #이슈번호, #이슈번호 -->
4+
5+
## 📝 요약(Summary)
6+
7+
<!--- 변경 사항 및 관련 이슈에 대해 간단하게 작성해주세요. 어떻게보다 무엇을 왜 수정했는지 설명해주세요. -->
8+
9+
## 🛠️ PR 유형
10+
11+
어떤 변경 사항이 있나요?
12+
13+
- [ ] 새로운 기능 추가
14+
- [ ] 버그 수정
15+
- [ ] CSS 등 사용자 UI 디자인 변경
16+
- [ ] 코드에 영향을 주지 않는 변경사항(오타 수정, 탭 사이즈 변경, 변수명 변경)
17+
- [ ] 코드 리팩토링
18+
- [ ] 주석 추가 및 수정
19+
- [ ] 문서 수정
20+
- [ ] 테스트 추가, 테스트 리팩토링
21+
- [ ] 빌드 부분 혹은 패키지 매니저 수정
22+
- [ ] 파일 혹은 폴더명 수정
23+
- [ ] 파일 혹은 폴더 삭제
24+
25+
## 📸스크린샷 (선택)
26+
27+
## 💬 공유사항 to 리뷰어
28+
29+
<!--- 리뷰어가 중점적으로 봐줬으면 좋겠는 부분이 있으면 적어주세요. -->
30+
<!--- 논의해야할 부분이 있다면 적어주세요.-->
31+
<!--- ex) 메서드 XXX의 이름을 더 잘 짓고 싶은데 혹시 좋은 명칭이 있을까요? -->
32+
33+
## ✅ PR Checklist
34+
35+
PR이 다음 요구 사항을 충족하는지 확인하세요.
36+
37+
- [ ] 커밋 메시지 컨벤션에 맞게 작성했습니다.
38+
- [ ] 변경 사항에 대한 테스트를 했습니다.(버그 수정/기능에 대한 테스트).

.github/workflows/cd.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# cd

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# ci

.gitignore

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
HELP.md
2+
.gradle
3+
build/
4+
!gradle/wrapper/gradle-wrapper.jar
5+
!**/src/main/**/build/
6+
!**/src/test/**/build/
7+
8+
### STS ###
9+
.apt_generated
10+
.classpath
11+
.factorypath
12+
.project
13+
.settings
14+
.springBeans
15+
.sts4-cache
16+
bin/
17+
!**/src/main/**/bin/
18+
!**/src/test/**/bin/
19+
20+
### IntelliJ IDEA ###
21+
.idea
22+
*.iws
23+
*.iml
24+
*.ipr
25+
out/
26+
!**/src/main/**/out/
27+
!**/src/test/**/out/
28+
src/main/resources/*.properties
29+
src/main/resources/*.yml
30+
.env
31+
32+
### NetBeans ###
33+
/nbproject/private/
34+
/nbbuild/
35+
/dist/
36+
/nbdist/
37+
/.nb-gradle/
38+
39+
### VS Code ###
40+
.vscode/

0 commit comments

Comments
 (0)