Skip to content

Commit 9a4c011

Browse files
committed
Fix: about pr
1 parent ad6e93f commit 9a4c011

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1-
# (개발용)
1+
## This is ...
22

3-
## 개요
3+
- [ ] feature
4+
- [ ] fix
5+
- [ ] bug
6+
- [ ] documentation
7+
- [ ] refactoring
8+
- [ ] deploy
49

5-
- 내용을 적어주세요.
10+
## Summary
611

7-
## 작업 내용
8-
9-
- 내용을 적어주세요.
12+
## How did you test this change?

.github/workflows/on-pr-test.yml renamed to .github/workflows/pr-auto-test.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
1-
name: on-pr-test
1+
name: pr-test-automation
22
on:
33
pull_request:
4-
types:
5-
- opened
6-
paths:
7-
- 'src/**'
4+
85
jobs:
96
on-pr-test:
107
runs-on: ubuntu-latest

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ Don't forget to give the project a star! Thanks again!
172172
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
173173
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
174174
4. Push to the Branch (`git push origin feature/AmazingFeature`)
175-
5. Open a Pull Request
175+
5. Open a Pull Request to develop branch
176176

177177
<p align="right">(<a href="#top">back to top</a>)</p>
178178

0 commit comments

Comments
 (0)