Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 821 Bytes

CONTRIBUTING.md

File metadata and controls

28 lines (24 loc) · 821 Bytes

Hướng dẫn đóng góp

Quy trình đóng góp

  1. Fork repository
  2. Tạo branch mới (git checkout -b feature/AmazingFeature)
  3. Commit thay đổi (git commit -m 'Add some AmazingFeature')
  4. Push lên branch (git push origin feature/AmazingFeature)
  5. Tạo Pull Request

Coding Standards

  • Sử dụng ESLint và Prettier
  • Viết JSDoc cho functions
  • Viết unit tests cho code mới
  • Cập nhật documentation khi cần

Pull Request Process

  1. Cập nhật README.md nếu cần
  2. Cập nhật CHANGELOG.md
  3. Đảm bảo tất cả tests pass
  4. Yêu cầu review từ ít nhất 1 maintainer

Báo cáo Bugs

Sử dụng issue template có sẵn và cung cấp:

  • Mô tả chi tiết lỗi
  • Các bước tái hiện
  • Expected behavior
  • Screenshots (nếu có)
  • Environment info