From eaaac597255484e39b2281d726b203573aacae23 Mon Sep 17 00:00:00 2001 From: sm4640 Date: Wed, 26 Mar 2025 21:41:13 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Docs:=20pr=20template=20?= =?UTF-8?q?=EA=B2=BD=EB=A1=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/pull_request_template.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 0000000..080ea7f --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,17 @@ +## PR 타입(하나 이상의 PR 타입을 선택해주세요) + +- [ ] 기능 추가 +- [ ] 기능 삭제 +- [ ] 기능 수정 +- [ ] 버그 수정 +- [ ] 의존성, 환경 변수, 빌드 관련 코드 업데이트 + +## 관련 이슈 + +## 작업 내용 + + + +## 테스트 결과 + +