Skip to content

Commit d904391

Browse files
committed
tamplate 추가
1 parent 82f9e49 commit d904391

6 files changed

Lines changed: 77 additions & 58 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 38 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 20 deletions
This file was deleted.
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
name: Google Python Style Guide 갱신
3+
about: Google Python Style Guide 원본이 갱신되었다면 작성해주세요!
4+
title: ""
5+
labels: "Guide 업데이트"
6+
assignees: "sotaneum, 0113bernoyoun"
7+
---
8+
9+
> **아래는 작성 방법입니다**
10+
11+
## Commit ID
12+
13+
- [f87ee84](https://github.com/google/styleguide/commit/f87ee8407a2447c8fd9ccf2b1d83c56b572585f4)
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
name: 오역/더 나은 번역
3+
about: 번역 내용 중 오역이나 더 나은 번역이 있다면 작성해 주세요!
4+
title: ""
5+
labels: "오역/더 나은 번역"
6+
assignees: "sotaneum, 0113bernoyoun"
7+
---
8+
9+
> **아래는 작성 방법입니다**
10+
11+
| 위치 | 기존 문장 | 개선 문장 |
12+
| ------ | --------------------------- | -------------------------------- |
13+
| 3.19.2 | 기존의 들여쓰기 규칙입니다. | 기존의 들여쓰기 규칙을 따르세요. |
14+
15+
- 이유 : 강제성이 부여되어야 합니다.
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
name: 번역 구조 개선
3+
about: 번역의 구조에 대해 개선점이 있다면 작성해주세요!
4+
title: ""
5+
labels: "번역 구조 개선"
6+
assignees: "sotaneum, 0113bernoyoun"
7+
---
8+
9+
> **아래는 작성 방법입니다**
10+
11+
## 구조 개선 방안
12+
13+
가독성 개선을 위해 `챕터`마다 `<br>`를 추가합니다.
14+
15+
## 상세 설명
16+
17+
```md
18+
# 1장. 배경
19+
20+
...
21+
22+
<br>
23+
24+
...
25+
26+
# 2장. Python 언어 규칙
27+
28+
...
29+
```

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
> **아래는 작성 방법입니다**
2+
3+
## ISSUE ID
4+
5+
- #12
6+
7+
## 요약
8+
9+
- PR 내용을 요약합니다.
10+
11+
## 상세
12+
13+
- PR 내용을 상세하게 작성합니다.
14+
15+
## TODO LIST
16+
17+
- 작업 현황을 작성합니다.
18+
- [ ] Root
19+
- [ ] Node
20+
- [ ] Node

0 commit comments

Comments
 (0)