Files
mengyalinkfly/CONTRIBUTING.md
2025-12-14 15:11:17 +08:00

44 lines
1.2 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 贡献指南
感谢你对萌芽短链接项目的关注!我们欢迎任何形式的贡献。
## 🤝 如何参与
1. **Fork 本仓库**:点击右上角的 Fork 按钮,将仓库复刻到你的 GitHub 账号下。
2. **Clone 仓库**:将 Fork 后的仓库克隆到本地。
```bash
git clone https://github.com/your-username/mengyalinkfly.git
```
3. **创建分支**:为你的修改创建一个新的分支。
```bash
git checkout -b feature/AmazingFeature
```
4. **提交修改**
- 请确保代码风格统一。
- 提交信息请清晰描述修改内容。
```bash
git commit -m 'Add some AmazingFeature'
```
5. **推送到远程**
```bash
git push origin feature/AmazingFeature
```
6. **提交 Pull Request**:在 GitHub 上发起 Pull Request我们将尽快审核。
## 🐛 提交 Issue
如果你发现了 Bug 或有功能建议,欢迎提交 Issue。请包含以下信息
- 问题描述
- 复现步骤
- 预期行为
- 截图(如果有)
- 环境信息OS, Browser, etc.
## 📄 代码规范
- **前端**:遵循 React 最佳实践,使用 ESLint 进行检查。
- **后端**:遵循 PEP 8 规范。
再次感谢你的贡献!