Skip to content

Issue teamplate

kwon204 edited this page Jan 24, 2025 · 1 revision

이슈 템플릿 → Bug, Feature

---
name: Bug report
about: Create a Bug Report
title: ''
labels: bug
assignees: ''

---

## 버그 설명 (Describe the bug)
*Describe your issue here.*

## 버그 재현 과정 (Steps to reproduce)
*Tell us how to reproduce this issue.*
*Or provide us an example repository to check the bug*
*It would be very helpful if you could tell us the seed of the given test, which is provided in `fixture-monkey-junit-jupiter` module*

## 예상 동작 (ideal)
*Tell us what should happen*

## 실제 동작 (bug)
*Tell us what happens instead*
---
name: Feature issue template
about: 기능 구현
title: "[Feature]"
labels: feature
assignees: ""
---
## 배경
이게 왜 필요한지에 대한 설명.
예를 들어서 기능 구현의 경우 어떤 라이브러리를 썼을 때 
무지성 도입이 아니라 왜 이걸 썼는지에 대한 설명
기능 수정은 왜 수정해야하는지 등등

## ✅ TODO
- [ ]

Clone this wiki locally