From 3063c26c2a2a198dc9bab8c304b5b9a13019f2e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=ED=95=9C=EA=B4=80=ED=9D=AC?= Date: Thu, 15 Aug 2024 09:09:48 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20Repository=20=EC=9D=B4=EB=A6=84=20?= =?UTF-8?q?=EB=B3=80=EA=B2=BD=EC=97=90=20=EB=94=B0=EB=A5=B8=20CONTRIBUTING?= =?UTF-8?q?.md=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CONTRIBUTING.md | 4 ++-- CONTRIBUTING_EN.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4b7e43d24..7c3f10188 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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]`. ## 작업 규칙 diff --git a/CONTRIBUTING_EN.md b/CONTRIBUTING_EN.md index f699a42fb..31c170374 100644 --- a/CONTRIBUTING_EN.md +++ b/CONTRIBUTING_EN.md @@ -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