Branch

Commit

https://github.com/42ruth/co-review/commits/develop

→ 커밋 메시지 예시

# 레포 루트 디렉토리에서 아래 명령어로 설정
$ git config commit.template ./.gitmessage.txt

Issue

Feature request

---
name: 'Feature request'
about: feature 템플릿입니다.
title: 'TITLE'
labels: 'feature'
---

## 구현할 내용
내용 상세 설명

```[tasklist]
### Tasks
- [ ] task

### Bug

```bash
---
name: 'Bug'
about: Bug 템플릿입니다.
title: 'TITLE'
labels: 'bug'
---

## 구현할 내용
내용 상세 설명

```[tasklist]
### Tasks
- [ ] task

### etc.

```bash
---
name: 'etc.'
about: 기타 템플릿입니다.
title: 'TITLE'
---

## 구현할 내용
내용 상세 설명

```[tasklist]
### Tasks
- [ ] task

[<https://docs.github.com/ko/issues/tracking-your-work-with-issues/about-tasklists>](<https://docs.github.com/ko/issues/tracking-your-work-with-issues/about-tasklists>)