Skip to content

Commit

Permalink
docs: 이슈 템플릿 생성 - 구현/문제 해결 (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
rdyjun authored Nov 12, 2024
1 parent a53ec5d commit 3bfc815
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/ISSUE_TEMPLATE/기능-구현.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
name: 기능 구현
about: 구현한(할) 기능에 대한 이슈
title: "[BE/FE] 구현"
labels: "\U0001F680 feature"
assignees: ''

---

## ✨ 기능에 대한 기대

## 🔗 관련 링크

## 📋 구현/작업 목록

## 📆 구현 계획

## ✅ 결과
16 changes: 16 additions & 0 deletions .github/ISSUE_TEMPLATE/문제-사항-보고.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
name: 문제 사항 보고
about: 발생한 문제에 대한 정리
title: "[BUG] 문제"
labels: "\U0001F47D bug"
assignees: ''

---

## 🐞 문제 사항

## 🔗 원인

## 📋 해결 과정

## ✅ 결과

0 comments on commit 3bfc815

Please sign in to comment.