Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
/gradlew text eol=lf
*.bat text eol=crlf
*.jar binary
/gradlew text eol=lf
*.bat text eol=crlf
*.jar binary
22 changes: 11 additions & 11 deletions .github/ISSUE_TEMPLATE/⚙️-chore.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: "⚙️ chore"
about: 빌드 및 CI/CD 이슈 템플릿
title: "⚙️️ "
labels: "⚙️ chore"
assignees: ''

---

## 📌 설명

---
name: "⚙️ chore"
about: 빌드 및 CI/CD 이슈 템플릿
title: "⚙️️ "
labels: "⚙️ chore"
assignees: ''
---
## 📌 설명
-
22 changes: 11 additions & 11 deletions .github/ISSUE_TEMPLATE/⚡-feature.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: "️⚡ feature"
about: 기능 추가 이슈 템플릿
title: "⚡ "
labels: "⚡ feature"
assignees: ''

---

## 📌 설명

---
name: "️⚡ feature"
about: 기능 추가 이슈 템플릿
title: "⚡ "
labels: "⚡ feature"
assignees: ''
---
## 📌 설명
-
22 changes: 11 additions & 11 deletions .github/ISSUE_TEMPLATE/📄-documentation.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: "️📄 documentation"
about: 문서화 이슈 템플릿
title: "📄 "
labels: "📄 documentation"
assignees: ''

---

## 📌 설명

---
name: "️📄 documentation"
about: 문서화 이슈 템플릿
title: "📄 "
labels: "📄 documentation"
assignees: ''
---
## 📌 설명
-
22 changes: 11 additions & 11 deletions .github/ISSUE_TEMPLATE/🔴-fix.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: "️🔴 fix"
about: 버그 및 에러 이슈 템플릿
title: "🔴 "
labels: "🔴 bug/error"
assignees: ''

---

## 📌 설명

---
name: "️🔴 fix"
about: 버그 및 에러 이슈 템플릿
title: "🔴 "
labels: "🔴 bug/error"
assignees: ''
---
## 📌 설명
-
22 changes: 11 additions & 11 deletions .github/ISSUE_TEMPLATE/🚀-refactor.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: "🚀 refactor"
about: 리팩토링 이슈 템플릿
title: "🚀️ "
labels: "🚀 refactor"
assignees: ''

---

## 📌 설명

---
name: "🚀 refactor"
about: 리팩토링 이슈 템플릿
title: "🚀️ "
labels: "🚀 refactor"
assignees: ''
---
## 📌 설명
-
22 changes: 11 additions & 11 deletions .github/ISSUE_TEMPLATE/🧪-test.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
name: "️🧪 test"
about: 테스트 이슈 템플릿
title: "🧪 "
labels: "🧪 test"
assignees: ''

---

## 📌 설명

---
name: "️🧪 test"
about: 테스트 이슈 템플릿
title: "🧪 "
labels: "🧪 test"
assignees: ''
---
## 📌 설명
-
28 changes: 14 additions & 14 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
## 🌱 관련 이슈
<!-- # 뒤에 이슈 번호를 추가해주세요 -->
- close #

## 📌 작업 내용 및 특이사항

-

## 🔍 참고사항

-

## 📚 기타

## 🌱 관련 이슈
<!-- # 뒤에 이슈 번호를 추가해주세요 -->
- close #
## 📌 작업 내용 및 특이사항
-
## 🔍 참고사항
-
## 📚 기타
-
Loading
Loading