-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: shmruin <meme_hm@naver.com>
- Loading branch information
Showing
3 changed files
with
68 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
{ | ||
"weeklyMeets": "주간 정기모임" | ||
"weeklyMeets": "주간 정기모임", | ||
"dashboard": "기여 현황판" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
import ContributeInfo from '@components/contributeInfo'; | ||
|
||
## Argo CD 기여 현황 | ||
|
||
<ContributeInfo | ||
contributers={[ | ||
'Jack-R-lantern', | ||
'sunyeongchoi', | ||
'shmruin', | ||
'iamhansko', | ||
'daengdaengLee', | ||
'leehosu', | ||
'thisishwan2', | ||
'eugene70', | ||
'juwon8891', | ||
'mg5566', | ||
'imscow11253', | ||
'mirageoasis', | ||
'eogns47', | ||
'xcelxlorx', | ||
'nueavv', | ||
'Gaic4o', | ||
'Junseokee', | ||
'D0ri123', | ||
'jcy0308', | ||
'jjoonior', | ||
'bianbbc87', | ||
'SeoJimin1234', | ||
]} | ||
owner="argoproj" | ||
repo="argo-cd" | ||
/> |