diff --git a/DEVELOPER_DOCS/maintainers.yaml b/DEVELOPER_DOCS/maintainers.yaml index 9e2291f3ec4b7c21a97ca0b540286424daf1a848..ef670b0aba8e7fd784105dda24830721fbd17642 100644 --- a/DEVELOPER_DOCS/maintainers.yaml +++ b/DEVELOPER_DOCS/maintainers.yaml @@ -1,24 +1,24 @@ # 指定所有 maintainers maintainers: - - default_group: + - default_group: &default_group - openanolis_id: xx gitee_id: xxxx - network_group: &network_group - - openanolis_id: zhangsan - gitee_id: zhangsan - - openanolis_id: xxx - gitee_id: xxx + - openanolis_id: yankai + gitee_id: just-sososo + - openanolis_id: yankai + gitee_id: just-sososo - io_group: &io_group - openanolis_id: lisi gitee_id: lisi - openanolis_id: xxx gitee_id: xxx - - other_group: + - other_group: &other_group - openanolis_id: xx gitee_id: xxxx # 指定文档目录对应的用户组 paths: - - *: *default_group + - /*: *default_group - ./network/*: *network_group - path2: *io_group - path3: *other_group \ No newline at end of file diff --git a/OPERATIONS_DOCS/maintainers.yaml b/OPERATIONS_DOCS/maintainers.yaml index 7afd9304609be37514850959afa7fb381577aef2..ef670b0aba8e7fd784105dda24830721fbd17642 100644 --- a/OPERATIONS_DOCS/maintainers.yaml +++ b/OPERATIONS_DOCS/maintainers.yaml @@ -4,10 +4,10 @@ maintainers: - openanolis_id: xx gitee_id: xxxx - network_group: &network_group - - openanolis_id: zhangsan - gitee_id: zhangsan - - openanolis_id: xxx - gitee_id: xxx + - openanolis_id: yankai + gitee_id: just-sososo + - openanolis_id: yankai + gitee_id: just-sososo - io_group: &io_group - openanolis_id: lisi gitee_id: lisi diff --git "a/OPERATIONS_DOCS/\344\272\272\344\272\272\351\203\275\345\217\257\344\273\245\345\217\202\344\270\216\345\274\200\346\272\220/\346\223\215\344\275\234\345\271\263\345\217\260/docsTest.md" "b/OPERATIONS_DOCS/\344\272\272\344\272\272\351\203\275\345\217\257\344\273\245\345\217\202\344\270\216\345\274\200\346\272\220/\346\223\215\344\275\234\345\271\263\345\217\260/docsTest.md" new file mode 100644 index 0000000000000000000000000000000000000000..723610e7e2c48f51223ace2a803d4bab044f83ed --- /dev/null +++ "b/OPERATIONS_DOCS/\344\272\272\344\272\272\351\203\275\345\217\257\344\273\245\345\217\202\344\270\216\345\274\200\346\272\220/\346\223\215\344\275\234\345\271\263\345\217\260/docsTest.md" @@ -0,0 +1,17 @@ +## 一. Bugzilla初识 +Bugzilla是一个缺陷管理系统,可以用来管理Bug,也可以用来管理需求。Bugzilla可以通过浏览器页面创建Bug,也可以通过api接口创建Bug。 + +- **1.1 首页** + +![image.png](../../assets/bugzilla/mainpage1.png) +## 二. Bug生命周期 +加点东西 +- **2.1 新建Bug** + - **2.1.1 路径** + + 首页->New/File a Bug->Select a classification->Select a product->Bug创建页面。具体如下:首先,在首页点击New或File a Bug按钮,进行创建Bug。 + ![image.png](../../assets/bugzilla/new.png) + 然后会提示让选择一个classification, classification是Bug的一级分类。 + ![image.png](../../assets/bugzilla/classification.png) + 选择完classification分类后会提示选择一个product,product是Bug的二级分类。 + ![image.png](../../assets/bugzilla/product.png)