Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 914 Bytes

File metadata and controls

32 lines (20 loc) · 914 Bytes

기여 가이드

Velog Backup 프로젝트에 기여해주셔서 감사합니다!

이슈 제출

버그를 발견하거나 새로운 기능을 제안하고 싶으시다면:

  1. Issues에서 중복 이슈가 없는지 확인
  2. 새 이슈 생성 시 명확한 제목과 설명 작성
  3. 버그의 경우 재현 방법 포함

Pull Request

  1. Fork this repository
  2. Create your feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add some amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

개발 환경 설정

자세한 내용은 DEPLOYMENT.md를 참조하세요.

코드 스타일

  • Backend: PEP 8 (Python)
  • Frontend: ESLint + Prettier (TypeScript/React)

라이선스

기여하신 코드는 MIT 라이선스로 배포됩니다.