Skip to content

Commit

Permalink
docs: issue & pr template
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeongh00 committed Dec 1, 2024
1 parent 397f847 commit 9ecec3d
Show file tree
Hide file tree
Showing 7 changed files with 127 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/ci.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: "CI/CD"
about: 배포 작업 템플릿입니다.
title: "ci/cd: "
labels: ci
assignees: ''

---

# Title

- title

# TODO

- [ ] write what to do

# etc

- nothing
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/docs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: "DOCS"
about: 문서 작업 템플릿입니다.
title: "docs: "
labels: docs
assignees: ''

---

# Title

- title

# TODO

- [ ] write what to do

# etc

- nothing
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/feat.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: "FEAT"
about: 기능 개발 템플릿입니다.
title: "feat: "
labels: feat
assignees: ''

---

# Title

- title

# TODO

- [ ] write what to do

# etc

- nothing
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/fix.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: "FIX"
about: 버그 수정 템플릿입니다.
title: "fix: "
labels: fix
assignees: ''

---

# Title

- title

# TODO

- [ ] write what to do

# etc

- nothing
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/refactor.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: "REFACTOR"
about: 리팩토링 템플릿입니다.
title: "️refactor: "
labels: refactor
assignees: ''

---

# Title

- title

# TODO

- [ ] write what to do

# etc

- nothing
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/test.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: "TEST"
about: 테스트 작업 템플릿입니다.
title: "test: "
labels: test
assignees: ''

---

# Title

- title

# TODO

- [ ] write what to do

# etc

- nothing
7 changes: 7 additions & 0 deletions pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## 🌍 이슈 번호


## 📝 구현 내용


## 🍀 확인해야 할 부분

0 comments on commit 9ecec3d

Please sign in to comment.