diff --git a/repository/src-openeuler.yaml b/repository/src-openeuler.yaml index 25e8afb1205710bb939b358b4ac072565a54c72d..a0c7a12ba431f06f238d96403f5029389d600285 100644 --- a/repository/src-openeuler.yaml +++ b/repository/src-openeuler.yaml @@ -14987,3 +14987,23 @@ repositories: protected_branches: - master type: public +- name: taskjuggler + description: "TaskJuggler is a modern and powerful, Free and Open Source Software project management tool." + upstream: "https://taskjuggler.org/" + protected_branches: + - master + type: public +- name: planner + description: "planner is a graphical project management tool." + upstream: "http://live.gnome.org/Planner" + protected_branches: + - master + type: public +- name: open-vm-tools + description: "Open Virtual Machine Tools for virtual machines hosted on VMware" + upstream: "https://github.com/vmware/open-vm-tools" + protected_branches: + - master + type: public + + diff --git a/sig/education/FAQ.md b/sig/education/FAQ.md new file mode 100644 index 0000000000000000000000000000000000000000..2117a953c9e317ce18ae714ebaa47582333370a8 --- /dev/null +++ b/sig/education/FAQ.md @@ -0,0 +1,6 @@ +## 下一步计划是什么? +- 移植taskjuggler、planner; + +## 后两步计划是什么? +- 移植Hamster时间管理工具 +- 移植gtg任务管理工具 diff --git a/sig/education/OWNERS b/sig/education/OWNERS new file mode 100644 index 0000000000000000000000000000000000000000..8c7c0835709d5d2d3f8a61c5276adb91dcf59b5d --- /dev/null +++ b/sig/education/OWNERS @@ -0,0 +1,2 @@ +maintainers: +- yaqiangchen \ No newline at end of file diff --git a/sig/education/README.md b/sig/education/README.md new file mode 100644 index 0000000000000000000000000000000000000000..e9ff4c4b83de30319c1ef42543e525a4177cea11 --- /dev/null +++ b/sig/education/README.md @@ -0,0 +1,40 @@ +# Education + +openEuler是一个开源、免费的Linux发行版平台,将通过开放的社区形式与全球的开发者共同构建一个开放、多元和架构包容的软件生态体系。同时,openEuler也是一个创新的平台,鼓励任何人在该平台上提出新想法、开拓新思路、实践新方案。 +education SIG的任务是为广泛的教育行业教师、学生、教育相关从业者提供这个领域范围内可用、好用的软件包集合,并致力于长期构建、维护和宣传该集合的软件包生态系统,以此支持学习者可以长期在教育相关领域将这些软件包作为实现教育相关的稳定工具; + +# 组织会议 + +- 公开的会议时间:北京时间,每周X 下午,XX点~XX点 + +待定...... + +# 成员 + +- 陈亚强[@yaqiangchen] + + +### Maintainer列表 + +- 陈亚强[@yaqiangchen] + +### Committer列表 + +Everyone could send patches to openeuler by mailing list. + +# 联系方式 + +- [邮件列表](dev@openeuler.org) +- [IM](#openeuler-dev) + +# 项目清单 + +项目名称: + +repository地址: +- https://gitee.com/src-openeuler/taskjuggler +- https://gitee.com/src-openeuler/planner + +# 常见问题 + +[FAQ](./faq.md) \ No newline at end of file diff --git a/sig/sigs.yaml b/sig/sigs.yaml index c29736773504745e47ed83e3affe6eb504cda2aa..7d7b31f2f9664c6031a2c2fa77d55f61ddcb3d68 100644 --- a/sig/sigs.yaml +++ b/sig/sigs.yaml @@ -911,6 +911,7 @@ sigs: - src-openeuler/qemu - src-openeuler/libvirt - src-openeuler/edk2 + - src-openeuler/open-vm-tools - name: Kernel repositories: - openeuler/kernel @@ -3133,3 +3134,7 @@ sigs: - name: GNOME repositories: - src-openeuler/gnome-control-center +- name: Education + repositories: + - src-openeuler/taskjuggler + - src-openeuler/planner