Skip to content

Commit

Permalink
chore: Repository 이름 변경에 따른 CONTRIBUTING.md 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
limehee committed Aug 15, 2024
1 parent 49130b1 commit 3063c26
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# 기여 지침
KGU C-Lab 서버 프로젝트에 관심을 가져주셔서 감사합니다. 커뮤니티의 모든 구성원들이 효과적으로 기여할 수 있도록 다음의 절차와 규칙을 준수하여 주시기 바랍니다.
C-Lab Platforms Server 프로젝트에 관심을 가져주셔서 감사합니다. 커뮤니티의 모든 구성원들이 효과적으로 기여할 수 있도록 다음의 절차와 규칙을 준수하여 주시기 바랍니다.

- [한국어](CONTRIBUTING.md)
- [English](CONTRIBUTING_EN.md)

## 시작하기
1. 프로젝트 저장소를 개인 계정으로 포크합니다.
2. 포크한 저장소를 로컬 시스템으로 클론합니다: `git clone https://github.com/[your-username]/clab-server.git`.
2. 포크한 저장소를 로컬 시스템으로 클론합니다: `git clone https://github.com/[your-username]/clab-platforms-server.git`.
3. 새로운 작업 브랜치를 생성합니다: `git checkout -b [new branch name]`.

## 작업 규칙
Expand Down
4 changes: 2 additions & 2 deletions CONTRIBUTING_EN.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Contribution Guidelines
Thank you for your interest in the KGU C-Lab Server Project. Please follow these steps and rules to ensure that all community members can contribute effectively.
Thank you for your interest in the C-Lab Platforms Server Project. Please follow these steps and rules to ensure that all community members can contribute effectively.

- [한국어](CONTRIBUTING.md)
- [English](CONTRIBUTING_EN.md)

## Getting Started
1. Fork the project repository to your personal account.
2. Clone the forked repository to your local system using `git clone https://github.com/[your-username]/clab-server.git`.
2. Clone the forked repository to your local system using `git clone https://github.com/[your-username]/clab-platforms-server.git`.
3. Create a new working branch with `git checkout -b [new branch name]`.

## Working Rules
Expand Down

0 comments on commit 3063c26

Please sign in to comment.