Contribution Guidelines¶
Coding Standards
Use HTML, CSS, and JavaScript.
Write code using the VS Code program and maintain a consistent code style for better readability.
HTML: Use 2-space indentation.
CSS: Follow the BEM (Block Element Modifier) naming convention.
JavaScript: Use ES6 syntax (
const,let, arrow functions, etc.).
Pull Request Procedure
Each pull request (PR) should address a single feature or bug fix.
PR titles should be concise, and descriptions should include a summary of changes and related issue numbers.
코딩 표준
HTML, CSS, JavaScript를 사용합니다.
코드를 작성할 때는 VS code 프로그램을 사용하며, 일관된 코드 스타일을 사용해 가독성을 높입니다.
HTML: 들여쓰기 2칸 사용
CSS: BEM(Block Element Modifier) 네이밍 사용
JavaScript: ES6 문법 사용 (
const,let, 화살표 함수 등)
PR 절차
각 풀 리퀘스트(PR)는 하나의 기능이나 버그 수정을 합니다.
PR 제목은 간결하게 작성하고, 설명에는 변경 사항 요약과 관련된 이슈 번호를 포함합니다.