Skip to content

Commit

Permalink
[doc] Add contributor information
Browse files Browse the repository at this point in the history
  • Loading branch information
RangHo committed Oct 31, 2023
1 parent 8634168 commit 67d8e5c
Show file tree
Hide file tree
Showing 3 changed files with 80 additions and 3 deletions.
27 changes: 27 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"projectName": "sogang-courses",
"projectOwner": "RangHo",
"repoType": "github",
"commitConvention": "angular",
"contributors": [
{
"login": "RangHo",
"name": "RangHo Lee",
"avatar_url": "https://avatars.githubusercontent.com/u/10833976?v=4",
"profile": "https://rangho.me/",
"contributions": [
"content",
"maintenance"
]
},
{
"login": "charlielee206",
"name": "찬혁",
"avatar_url": "https://avatars.githubusercontent.com/u/34549609?v=4",
"profile": "https://github.com/charlielee206",
"contributions": [
"content"
]
}
]
}
35 changes: 32 additions & 3 deletions CONTRIBUTORS.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,56 @@
# 기여자 목록

아래는 각 과목 내용 추가에 기여해주신 분들의 목록입니다!

### COR1009 - 컴퓨팅사고력(전자공학과 전용)

- [찬혁](https://github.com/charlielee206)

### COR1010 - 기초인공지능프로그래밍

- [RangHo Lee](https://github.com/RangHo)

### CSE2003 - 기초공학설계

- [RangHo Lee](https://github.com/RangHo)

### CSE3015 - 디지털회로개론

- [RangHo Lee](https://github.com/RangHo)

### CSE3016 - 컴퓨터공학실험II

- [RangHo Lee](https://github.com/RangHo)

### CSE3040 - JAVA언어

- [RangHo Lee](https://github.com/RangHo)

### LAU4003 - 언어의이해
### CSE4050 - 프로그래밍언어

- [RangHo Lee](https://github.com/RangHo)

### COR1009 - 컴퓨팅사고력(전자공학과 전용)
- [찬혁](https://github.com/charlielee206)
### CSE4100 - 멀티코어프로그래밍

- [RangHo Lee](https://github.com/RangHo)

### CSE4186 - 캡스톤디자인I

- [RangHo Lee](https://github.com/RangHo)

### EEE1002 - C언어기초

- [찬혁](https://github.com/charlielee206)

### EEE2108 - 공학프로그래밍

- [찬혁](https://github.com/charlielee206)
- [RangHo Lee](https://github.com/RangHo)

### ENG2101 - 영문학작문

- [RangHo Lee](https://github.com/RangHo)

### LAU4003 - 언어의이해

- [RangHo Lee](https://github.com/RangHo)
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,24 @@ GitHub Discussion을 이용해서 [자료실 게시판](https://github.com/RangH

## ☕ 주인장 후원하기
이 리포지토리가 도움이 됐다면 리포지토리 주인이 더 ~~밤늦게까지~~ 열심히 작업할 수 있게 커피 한 잔 기부해 주세요! 페이지 오른편에 (모바일은 페이지 하단에) 커피 한 잔 쏴 줄 수 있는 링크가 있답니다♪

## 기여자 목록

아래는 이 리포지토리에 기여해주신 분들의 목록입니다!

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
<table>
<tbody>
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://rangho.me/"><img src="https://avatars.githubusercontent.com/u/10833976?v=4?s=100" width="100px;" alt="RangHo Lee"/><br /><sub><b>RangHo Lee</b></sub></a><br /><a href="#content-RangHo" title="Content">🖋</a> <a href="#maintenance-RangHo" title="Maintenance">🚧</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/charlielee206"><img src="https://avatars.githubusercontent.com/u/34549609?v=4?s=100" width="100px;" alt="찬혁"/><br /><sub><b>찬혁</b></sub></a><br /><a href="#content-charlielee206" title="Content">🖋</a></td>
</tr>
</tbody>
</table>

<!-- markdownlint-restore -->
<!-- prettier-ignore-end -->

<!-- ALL-CONTRIBUTORS-LIST:END -->

0 comments on commit 67d8e5c

Please sign in to comment.