Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

git 템플릿 추가 #84

Merged
merged 9 commits into from
Oct 22, 2024
Merged
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
29 changes: 29 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
name: '버그 템플릿'
about: '버그 템플릿'
title: '🐛 '
labels: ''
assignees: ''
---

### 🐛 버그 설명

<!-- 발생한 버그에 대해서 간단하게 설명해주세염 -->

```markdown

```

### 🧷 버그 재현 방법

<!-- 버그가 어떻게 발생했는지 step by step 으로 알려주세염 -->

1.
2.

### 🐋 연관된 이슈

<!-- 연결된 이슈 정보를 작성해주세염 -->

- closed
- resolved
29 changes: 29 additions & 0 deletions .github/ISSUE_TEMPLATE/feature.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
name: '기능 추가 템플릿'
about: '기능 추가 템플릿'
title: '✨ '
labels: '기능 추가'
assignees: ''
---

### ✨ 진행할 작업 설명

<!-- 진행할 작업에 대해 간단하게 설명해주세염 -->

```markdown

```

### 🚀 TODO

<!-- 해당 작업을 수행하기 위해 해야 할 하위 태스크를 작성해주세염 -->

- [ ] 할일 1
- [ ] 할일 2

### 🐋 연관된 이슈

<!-- 연결된 이슈 정보를 작성해주세염 -->

- closed
- resolved
29 changes: 29 additions & 0 deletions .github/ISSUE_TEMPLATE/refactor.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
name: '리팩토링 템플릿'
about: '리팩토링 템플릿'
title: '♻️ '
labels: '리팩토링'
assignees: ''
---

### ♻️ 진행할 작업 설명

<!-- 진행할 작업에 대해 간단하게 설명해주세염 -->

```markdown

```

### ☘️TODO

<!-- 해당 작업을 수행하기 위해 해야 할 하위 태스크를 작성해주세염 -->

- [ ] 할일 1
- [ ] 할일 2

### 🐋 연관된 이슈

<!-- 연결된 이슈 정보를 작성해주세염 -->

- closed
- resolved
29 changes: 29 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
## 📝 개요

<!-- 이 PR의 목적과 관련된 정보를 간략히 설명합니다. -->

```markdown

```

## ✨ 변경 사항

<!-- 코드나 기능의 주요 변경 사항을 설명 -->

- ✨ 항목 1
- ✨ 항목 2
- ✨ 항목 3

## 🔗 관련 이슈

<!-- 이 PR과 관련된 이슈 번호를 연결 (없으면 생략)) -->

- closed
- resolved

## ℹ️ 참고 사항

<!-- 리뷰어가 알 필요가 있는 추가 정보나 문서, 참고 링크를 포함 -->

- 참고 1
- 참고 2
Loading