Skip to content

Commit

Permalink
풀 리퀘스트 가독성
Browse files Browse the repository at this point in the history
  • Loading branch information
LunaStev committed Jun 21, 2024
1 parent 75cd43d commit 3d6f96a
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 16 deletions.
15 changes: 11 additions & 4 deletions .github/contributing/JAPANESE.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,14 @@ project_root/

### プルリクエスト

このプロジェクトへのプルリクエストは、https://github.com/LunaStev/Wave に行う必要があります。
あなたのコードが何をするのか、どのように動作するのかを明確に説明し、
使用した言語、ライブラリ(自作のものを含む;自作ライブラリの機能を説明すること)、
フレームワーク(自作のものを含む)、技術について記述する必要があります。
このプロジェクトへのプルリクエストは、必ず https://github.com/LunaStev/Wave に提出してください。
プルリクエストを提出する際は、以下の項目を明確に記述してください:

1. 作成したコードの目的と機能
2. 使用したプログラミング言語
3. 使用したライブラリ(自作のライブラリを含む)
- 自作のライブラリの場合、その機能を詳細に説明してください。
4. 使用したフレームワーク(自作のフレームワークを含む)
5. 適用した技術や方法論

この情報を提供することで、プロジェクトのメンテナーがあなたの貢献をよりよく理解し、評価することができます。
15 changes: 11 additions & 4 deletions .github/contributing/KOREAN.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,14 @@ project_root/

### 풀 리퀘스트

이 프로젝트에 풀 리퀘스트는 꼭 https://github.com/LunaStev/Wave 에 하셔야 합니다.
당신이 작성한 코드가 무엇인지 어떻게 작동하는지를 분명히 적어 주셔야 하며,
어떠한 언어를 사용했고 어떠한 라이브러리(자체 제작도 포함. 자체 제작 라이브러리는 어떠한 기능을 하는지 서술할 것.),
프레임워크(자체 제작 포함.), 기술을 사용했는지 서술 하셔야 합니다.
이 프로젝트에 대한 풀 리퀘스트는 반드시 https://github.com/LunaStev/Wave 에 제출해야 합니다.
풀 리퀘스트를 제출할 때는 다음 사항을 명확히 기술해 주세요:

1. 작성한 코드의 목적과 작동 방식
2. 사용한 프로그래밍 언어
3. 사용한 라이브러리 (자체 제작 라이브러리 포함)
- 자체 제작 라이브러리의 경우, 그 기능을 상세히 설명해 주세요.
4. 사용한 프레임워크 (자체 제작 프레임워크 포함)
5. 적용한 기술이나 방법론

이 정보를 제공함으로써 프로젝트 유지 관리자가 여러분의 기여를 더 잘 이해하고 평가할 수 있습니다.
15 changes: 11 additions & 4 deletions .github/contributing/SPANISH.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,14 @@ Debe probar que su código funciona correctamente antes de hacer una solicitud d

### Pull Request

Las solicitudes de extracción para este proyecto deben hacerse a https://github.com/LunaStev/Wave.
Debe indicar claramente qué hace su código y cómo funciona,
qué lenguaje utilizó y qué bibliotecas (incluyendo las creadas por usted mismo; describa la funcionalidad de las bibliotecas creadas por usted mismo),
marcos de trabajo (incluyendo los creados por usted mismo) y tecnologías utilizó.
Las solicitudes de extracción (pull requests) para este proyecto deben enviarse a https://github.com/LunaStev/Wave.
Al enviar una solicitud de extracción, por favor describa claramente lo siguiente:

1. El propósito y la funcionalidad de su código
2. El lenguaje de programación utilizado
3. Las bibliotecas utilizadas (incluyendo cualquier biblioteca desarrollada por usted mismo)
- Para las bibliotecas desarrolladas por usted mismo, proporcione una explicación detallada de sus funciones.
4. Los marcos de trabajo (frameworks) utilizados (incluyendo cualquier marco desarrollado por usted mismo)
5. Las tecnologías o metodologías aplicadas

Al proporcionar esta información, ayudará a los mantenedores del proyecto a comprender y evaluar mejor su contribución.
15 changes: 11 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,14 @@ You should test that your code works properly before making a pull request.

### Pull Request

Pull requests for this project must be made to https://github.com/LunaStev/Wave.
You must clearly state what your code does and how it works,
what language you used, and what libraries (including self-made ones; describe the functionality of self-made libraries),
frameworks (including self-made ones), and technologies you used.
Pull requests for this project must be submitted to https://github.com/LunaStev/Wave.
When submitting a pull request, please clearly describe the following:

1. The purpose and functionality of your code
2. The programming language used
3. Libraries used (including any self-developed libraries)
- For self-developed libraries, please provide a detailed explanation of their functions.
4. Frameworks used (including any self-developed frameworks)
5. Technologies or methodologies applied

By providing this information, you'll help project maintainers better understand and evaluate your contribution.

0 comments on commit 3d6f96a

Please sign in to comment.