Skip to content

2p1c/awesome-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributing Guide

Thank you for considering contributing to this project!
We welcome contributions from the community, especially in the following areas:

  • 🛠 Code implementation
  • 🧪 Testing & verification
  • 📚 Documentation improvements
  • 🎯 Feature proposals
  • 🐛 Bug fixes

📌 1. Development Setup

  1. Fork the repository.
  2. Clone your fork:
    git clone <your-fork-url>
  3. Create a virtual environment:
    python -m venv venv
    source venv/bin/activate  # On Windows use `venv\Scripts\activate`
  4. Install dependencies:
    uv sync

贡献指南(中文)

感谢你考虑为本项目做出贡献!
我们欢迎社区贡献,尤其包括以下方面:

  • 🛠 代码实现
  • 🧪 测试与验证
  • 📚 文档改进
  • 🎯 功能提案
  • 🐛 Bug 修复

📌 1. 开发环境配置

  1. Fork 本仓库。
  2. 克隆你的 Fork:
    git clone <你的-fork-地址>
  3. 创建虚拟环境:
    python -m venv venv
    source venv/bin/activate  # Windows 使用 `venv\Scripts\activate`
  4. 安装依赖:
    uv sync

About

好用的代码模版

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors