chore: 添加 Gitea CI/CD 配置和 Issue 模板
- 创建 .gitea/workflows/frontend-build.yml(前端构建工作流) - 创建 .gitea/issue_templates/(Bug 报告、功能需求模板) - 配置 Gitea Actions 自动化构建
This commit is contained in:
@@ -0,0 +1,36 @@
|
||||
---
|
||||
name: 前端 Bug 报告
|
||||
title: "[BUG] "
|
||||
labels: ["bug"]
|
||||
about: 报告前端页面或组件的问题
|
||||
---
|
||||
|
||||
## 问题描述
|
||||
|
||||
清晰描述问题现象
|
||||
|
||||
## 复现步骤
|
||||
|
||||
1. 进入 xxx 页面
|
||||
2. 点击 xxx 按钮
|
||||
3. 出现 xxx 错误
|
||||
|
||||
## 期望结果
|
||||
|
||||
描述正确的行为
|
||||
|
||||
## 实际结果
|
||||
|
||||
描述实际出现的问题
|
||||
|
||||
## 环境信息
|
||||
|
||||
- **浏览器**:Chrome / Firefox / Safari / Edge
|
||||
- **分辨率**:1920x1080 / 移动端
|
||||
- **项目**:admin-ui / cashier-mobile / customer-mobile
|
||||
|
||||
## 截图
|
||||
|
||||
如有截图请粘贴
|
||||
|
||||
## 备注
|
||||
Reference in New Issue
Block a user