-
Notifications
You must be signed in to change notification settings - Fork 0
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
yumyeonghan
committed
Oct 16, 2023
1 parent
dacff98
commit bcab9b8
Showing
4 changed files
with
56 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,14 @@ | ||
--- | ||
name: PETTALK bug issue template | ||
about: 'about need to fix bug' | ||
title: "🐛 [Bug] " | ||
labels: Bug | ||
assignees: '' | ||
|
||
--- | ||
## 🛠️ 어떤 버그를 고치나요? | ||
|
||
## 버그 작업 브랜치 | ||
|
||
## ☑ Bug Fix TODOS | ||
- [x] 작업 |
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,14 @@ | ||
--- | ||
name: PETTALK Feature request template | ||
about: feature | ||
title: "🚀 [Feature] " | ||
labels: Feature | ||
assignees: '' | ||
|
||
--- | ||
## 🚀 어떤 기능을 만드나요? | ||
|
||
## 작업 중인 브랜치 | ||
|
||
## ☑ Implement TODO | ||
- [x] 작업 |
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,14 @@ | ||
--- | ||
name: PETTALK refactor issue template | ||
about: 'about need to refactor ' | ||
title: " [Refactor] " | ||
labels: Refactor | ||
assignees: '' | ||
|
||
--- | ||
## 🛠️ 리팩토링이 필요한 부분 | ||
|
||
## 리팩토링 작업 브랜치 | ||
|
||
## ☑ Refactoring TODO | ||
- [x] 작업 |
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,14 @@ | ||
--- | ||
name: PETTALK Style issue template | ||
about: 'make Style Component' | ||
title: "💄 [Style] " | ||
labels: Style | ||
assignees: '' | ||
|
||
--- | ||
## ✨ 어떤 Style 작업인가요? | ||
|
||
## 스타일 작업 브랜치 | ||
|
||
## ☑ Style TODO | ||
- [x] 작업 |