OpenLake/OpenLake--Website

Add CONTRIBUTING.md guide for new developers

Open

#43 opened on Apr 5, 2026

View on GitHub
 (2 comments) (0 reactions) (1 assignee)JavaScript (12 forks)auto 404
documentationgood first issue

Repository metrics

Stars
 (2 stars)
PR merge metrics
 (PR metrics pending)

Description

🔍 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

Contributor guide