add: 故障上报、README(未完成)

This commit is contained in:
2026-01-01 12:10:39 +08:00
parent 2e339254bd
commit 1ae0bda0df
3 changed files with 70 additions and 8 deletions

View File

@@ -0,0 +1,54 @@
name: 故障上报
about: 上报一个故障并申请修复
title: "[故障] "
body:
- type: checkboxes
id: terms
attributes:
label: 创建前须知
description: 您在提交前应先检查如下项
hide_label: true
options:
- label: 已经查看过本repo中不存在相同的开启状态的工单
required: true
- label: 确认不是您客户端问题
required: true
- label: 确认此问题为我们的业务范围
required: true
- type: textarea
id: where
attributes:
label: 故障位置
description: 请填写服务名
placeholder: 例:向源互联 主站 (www.xyit.net)
- type: textarea
id: what-happened
attributes:
label: 故障状况
description: 描述故障
placeholder: 描述您所遇见的故障。尽量附上截图。
validations:
required: true
- type: textarea
id: logs
attributes:
label: 日志
description: 如果您有日志,可以粘贴在此处,这将会自动渲染为代码块。
render: shell
- type: checkboxes
id: progress
attributes:
label: 处理进度
hide_label: true
description: 本工单处理进度
options:
- label: 开始处理
visible: [content]
- label: 复现问题
visible: [content]
- label: 找到错误点
visible: [content]
- label: 找到解决方案
visible: [content]
- label: 处理完成
visible: [content]

View File

@@ -12,17 +12,11 @@ export default defineConfig({
],
sidebar: [
{
text: 'Examples',
items: [
{ text: 'Markdown Examples', link: '/markdown-examples' },
{ text: 'Runtime API Examples', link: '/api-examples' }
]
}
{ text: '用户与用户组', link: '/users/index' }
],
socialLinks: [
{ icon: 'github', link: 'https://github.com/vuejs/vitepress' }
{ icon: 'github', link: 'https://git.xyit.net/Aurora/Maintance' }
]
}
})

14
readme.md Normal file
View File

@@ -0,0 +1,14 @@
# 融玩文化 运维主库
## 本库主要作用
- 融玩文化 运维文档
- 融玩文化 运维 工单提交
## 工单提交指引
详见[融玩文化文档: 运维-工单提交]()
## 文档索引
- [用户与用户组](/users/index.md)