Skip to content

Commit aca94b1

Browse files
committed
chore: add PR template and ignore AGENTS.md
1 parent c3c9b74 commit aca94b1

2 files changed

Lines changed: 26 additions & 1 deletion

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<!-- 제목 예시: [Feat]: 관리자 페이지 구현 -->
2+
<!-- 작성하지 않은 항목은 모두 지워주세요 -->
3+
4+
## 🔎개요
5+
<!-- 구현한 기능에 대해 간단하게 설명해주세요 -->
6+
7+
8+
<br/>
9+
10+
## 📝작업 내용
11+
<!-- 구현한 기능에 대한 구체적인 내용을 작성해주세요 -->
12+
13+
14+
<br/>
15+
16+
## 👀변경 사항
17+
<!-- 컴포넌트, API, 로직 등 코드 변경으로 인해 협업 시 다른 개발자가 주의해야 할 내용이 있다면 작성해주세요 -->
18+
19+
20+
<br/>
21+
22+
## #️⃣관련 이슈
23+
<!-- 해당 PR과 관련된 이슈 번호가 있다면 "- #22" 형태로 작성해주세요 -->

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,6 @@ out/
3838
### VS Code ###
3939
.vscode/
4040

41-
.env
41+
.env
42+
43+
AGENTS.md

0 commit comments

Comments
 (0)