Skip to content

Commit 2f5d4b4

Browse files
authored
Create pull_request_template.md
1 parent 2ddb5fa commit 2f5d4b4

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

.github/pull_request_template.md

+34
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
<!-- 제목양식을 지켜주세요! [Feat/#{이슈번호}] {제목~~} -->
2+
<!-- PR 작성 후 우측에 Development에서 이슈 찾아서 연동하면 merge될때 이슈도 close됩니다 -->
3+
4+
### ✨ PR 타이틀 ✨
5+
<!-- #{본인 이슈 번호} 치면 알아서 이슈 게시판 링크 걸려요 -->
6+
-
7+
### 🗓️ PR 날짜 🗓️
8+
<!-- YYYY/NN/DD -->
9+
-
10+
11+
### ❓ 변경 사항 ❓
12+
<!-- 내용을 적어주세요 -->
13+
14+
***파일 이름***
15+
```
16+
public class Test{
17+
18+
}
19+
```
20+
21+
22+
### 🧐 구현 방법 🧐
23+
<!-- 내용을 적어주세요 -->
24+
-
25+
26+
27+
### 📸 API 명세서 사진 📸
28+
<!-- 사진 첨부 -->
29+
```
30+
<!-- API 링크 붙여넣기 -->
31+
32+
```
33+
34+

0 commit comments

Comments
 (0)