Skip to content

Commit 816c2fa

Browse files
authored
feature: modify pull_request_template.md (#8)
- description - add some checkboxes - merging strategy
1 parent 0e3da96 commit 816c2fa

File tree

1 file changed

+14
-4
lines changed

1 file changed

+14
-4
lines changed

.github/pull_request_template.md

+14-4
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,26 @@
1-
## PR Checklist
1+
# What does this PR do?
2+
<!--
3+
Once merged, your PR is going to appear in the release notes with the title you set, so make sure it's a great title that fully reflects the extent of your awesome contribution.
24
5+
Then, please replace this with a description of the change and which issue is fixed (if applicable). Please also include relevant motivation and context. List any dependencies (if any) that are required for this change.
6+
-->
7+
8+
Fixes # (issue)
9+
10+
## Before submitting
11+
- [ ] This PR fixes a typo or improves the docs (you can dismiss the other checks if that's the case).
12+
- [ ] 커밋 컨벤션을 확인하셨나요?
313
- **Tag**: Select the appropriate tag for this PR:
414
- [ ] `feature`
515
- [ ] `fix`
616
- [ ] `refactor`
717
- [ ] `test`
8-
918
- **Module**: Select the relevant module(s) affected by this PR:
1019
- [ ] `sql`
1120
- [ ] `rag`
1221
- [ ] `base`
1322
- [ ] `deploy`
1423

15-
## Description
16-
-
24+
## How to merge?
25+
- [ ] `dev` branch에서 `main` branch로 merge할 경우 **Squash and merge**를 선택해야 합니다.
26+
- [ ] feature branch에서 `dev` branch로 merge할 경우 **Rebase and merge**를 선택해야 합니다.

0 commit comments

Comments
 (0)