Skip to content

Commit 278f7cf

Browse files
committed
Merge branch 'main' of https://github.com/brickstudy/rust-basic into feature/block-chain
2 parents 2ab739c + f2eaae4 commit 278f7cf

14 files changed

Lines changed: 2654 additions & 2 deletions

File tree

.github/ISSUE_TEMPLATE/keyword.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
name: Keyword
3+
about: Keyword 템플릿
4+
title: "[Keyword] ${}주차 - ${}장"
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
이번 주차에 읽은 내용에서 중요하다고 생각되는 keyword 를 공유합니다.

.github/ISSUE_TEMPLATE/question.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
name: Question
3+
about: Question 템플릿
4+
title: "[Question] ${}주차 - ${}장"
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
1. 이번 주차에 읽은 내용 중 궁금했던 내용을 공유합니다.
11+
2. 이전 주차의 Question 에 대해 조사한 내용을 댓글로 공유합니다.

.gitignore

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
1+
# init
12
/jaeseung/target/
2-
/jaeseung-blockchain/target/
3+
/jaeseung-blockchain/target/
4+
/minjun/target/
5+
6+
# env
7+
.env

0 commit comments

Comments
 (0)