OpenLake/OpenLake--Website

Add CONTRIBUTING.md guide for new developers

Open

#43 创建于 2026年4月5日

在 GitHub 查看
 (2 评论) (0 反应) (1 负责人)JavaScript (12 fork)auto 404
documentationgood first issue

仓库指标

Star
 (2 star)
PR 合并指标
 (PR 指标待抓取)

描述

🔍 Summary

No CONTRIBUTING.md file found. This is the first file new contributors look for when joining a project.

📋 What Needs to Be Done

  • Create CONTRIBUTING.md at repository root with:
    • Development environment setup instructions
    • Code style guidelines and linting configuration
    • Git workflow (branch naming, commit message conventions)
    • Pull request template and checklist
    • How to run tests locally
    • How to report bugs
    • Code of Conduct reference

💡 Template

GitHub provides a starter template: https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors

贡献者指南