This commit is contained in:
chendelin1982 2022-02-14 15:51:25 +08:00
parent f239768fce
commit 77c26cd7d5
6 changed files with 2 additions and 156 deletions

View File

@ -1,32 +0,0 @@
---
name: Bug report
about: Report a bug encountered while using
OS: centos7
Cloud: azure
version: v1.0.5
---
## Steps to reproduce the bug
1. start from a azure image xxx
2. use random password login
3. click 【setting】, show error
## Print Screen of the bug
## Context information (for bug reports)
**Output error of `shell`**
```
(paste here)
```
**Output error of `logs`**
```
(paste here)
```
## The reason of conjecture
mysql version should be >5.7

View File

@ -1,35 +0,0 @@
---
name: 开源软件知识产权-SoftwareName
about: 主动联系开源软件供应商获得商标合理合规的使用许可并确认License合规
title: '开源软件知识产权-SoftwareName'
labels: ''
assignees: ''
---
**概要**
SoftwareName 商标联系事宜
**状态**
- [ ] 已发邮件/工单
- [ ] 总联系不上
- [ ] 沟通中
- [ ] 沟通中断(需重新发起)
- [ ] 需申请 Partner
- [ ] 对方拒绝授权
- [ ] 获得书面同意
- [ ] 获得授权书
- [ ] 关系维护(条款变更/关怀/其他)
**跟进**
- [ ] 联系人[归档](https://www.hubspot.com/)
- [ ] 结果[归档](https://github.com/websoft9op/vendor/tree/main/list)
- [ ] 修正[知识库](https://websoft9.yuque.com/inc/legal/hl14s6)
- [ ] 通知商品管理员
**备注**
其他重要的信息

View File

@ -1,43 +0,0 @@
---
name: 外包商-SoftwareName
about: 技术和创意外包商发展
title: '外包商-SoftwareName'
labels: ''
assignees: ''
---
**概要**
SoftwareName 合作伙伴资格
**伙伴类型**
- [ ] 代理分销伙伴(有代理价格或返点奖励)
- [ ] 技术集成伙伴
- [ ] 咨询与培训伙伴
- [ ] 其他
**状态**
- [ ] 已发邮件/工单
- [ ] 总联系不上
- [ ] 沟通中
- [ ] 沟通中断(需重新发起)
- [ ] 申请被拒绝
- [ ] 申请通过
- [ ] 关系维护(条款变更/关怀/其他)
**深度合作**
- [ ] 多云分发服务(镜像免费)
- [ ] 多云分发服务(镜像收费)
**跟进**
- [ ] 联系人[归档](https://www.hubspot.com/)
- [ ] 结果[归档](https://github.com/websoft9op/vendor/tree/main/list)
**备注**
其他重要的信息

View File

@ -1,43 +0,0 @@
---
name: 合作伙伴资格-SoftwareName
about: 成为商业软件或开源软件企业版的合作伙伴
title: '合作伙伴资格-SoftwareName'
labels: ''
assignees: ''
---
**概要**
SoftwareName 合作伙伴资格
**伙伴类型**
- [ ] 代理分销伙伴(有代理价格或返点奖励)
- [ ] 技术集成伙伴
- [ ] 咨询与培训伙伴
- [ ] 其他
**状态**
- [ ] 已发邮件/工单
- [ ] 总联系不上
- [ ] 沟通中
- [ ] 沟通中断(需重新发起)
- [ ] 申请被拒绝
- [ ] 申请通过
- [ ] 关系维护(条款变更/关怀/其他)
**深度合作**
- [ ] 多云分发服务(镜像免费)
- [ ] 多云分发服务(镜像收费)
**跟进**
- [ ] 联系人[归档](https://www.hubspot.com/)
- [ ] 结果[归档](https://github.com/websoft9op/vendor/tree/main/list)
**备注**
其他重要的信息

View File

@ -22,8 +22,8 @@ mylists=ReadLists("add")
# 批量处理创建项目文件夹issue
for mylist in mylists:
print("处理 "+mylist+" ...\n")
os.system("git clone --depth=1 https://github.com/Websoft9/ansible-template "+ mylist)
os.system("git clone --depth=1 https://github.com/Websoft9/ansible-template.git "+ mylist + "rm -rf ansible-template")
os.system("cd "+ mylist +" && rm -rf .git .github docs")
os.system("echo '' > lists")
os.system("echo '' > add")
print("\n执行完成,并清空列表")

View File

@ -1 +0,0 @@