-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
48 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
--- | ||
name: "✨ 새로운 기능 구현 방법 논의 템플릿" | ||
about: "()괄호 부분만 편집해 주세요" | ||
title: "✨ " | ||
labels: enhancement, help wanted | ||
assignees: legionary7931, Yanghyeondong | ||
|
||
--- | ||
|
||
### 구현 목표 기능 | ||
- (목표1) | ||
- (목표2) | ||
|
||
### 가능한 구현 방법 소개 | ||
- (방법1) | ||
- (방법2) | ||
|
||
### 구현 방법 건의 및 사유 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
--- | ||
name: "\U0001F41B 버그 및 문제점 해결 템플릿" | ||
about: "()괄호 부분만 편집해 주세요" | ||
title: "\U0001F41B " | ||
labels: bug, help wanted | ||
assignees: legionary7931, Yanghyeondong | ||
|
||
--- | ||
|
||
### 구현 목표 기능 | ||
- (목표1) | ||
- (목표2) | ||
|
||
### 발생한 문제점 및 버그 | ||
- (문제점1) | ||
- (문제점2) | ||
|
||
#### 문제 코드 | ||
|
||
``` | ||
(여기에 코드 입력) | ||
``` | ||
|
||
### 해결 방안 | ||
(해결 방안) | ||
|
||
#### 해결 코드 | ||
``` | ||
(여기에 코드 입력) | ||
``` |