[Git] PR 템플릿 구성
PR 템플릿 구성
이번에 개인 프로젝트를 진행하면서, Pull Request 연습도 해보면 좋을 것 같아 이것저것 찾아보다가 PR에 포함될 내용들을 미리 정의하고, 생성할 때마다 자동으로 틀을 만들어주는 PR 템플릿 기능을 알게되었다!
완전 유용한데, 까먹을까봐 블로그에 정리정리~
1️⃣ Github 버튼의 Add file - Create new file을 클릭해서
2️⃣ pull_request_template.md 라는 파일을 생성해준다. 위치는 사용자가 원하는 데 지정하는 것이 좋다. 숨겨진 디렉토리에 저장하기 위해 .github 하위에 저장하는 방법이 일반적이다.
Creating a pull request template for your repository - GitHub Docs
When you add a pull request template to your repository, project contributors will automatically see the template's contents in the pull request body.
docs.github.com
## 작업 내용
-
<br/>
## TIL
-
<br/>
## 블로그 글 링크
[[개인프로젝트/ABCD] 0. 어쩌구저쩌구](https://progfrog.tistory.com/123)
docs: pull_request_template.md 추가
관련글
잘 정리된 글들이 있어서 첨부
좋은 Pull Request를 만드는 방법과 PR Template 구성
https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/creating-a-pull-request-template-for-your-repository Creating a pull request template for your repository - GitHub Docs For more information, see "About iss
2jinishappy.tistory.com
헤이딜러 개발팀 모두가 행복한 개발/PR관리 방법 7가지
헤이딜러에서 팀으로 개발하면서 효율적으로 코딩하고 PR을 만들고 이 PR들을 관리하는 방식에 대해서 소개합니다.
medium.com
GitHub PR template 만들기
GitHub pull request template을 만드는 과정을 기록했습니다.
velog.io