Skip to content
GitLab
探索
登录
主导航
搜索或转到…
项目
N
nlopt
管理
动态
成员
标记
计划
议题
0
议题看板
里程碑
迭代
Wiki
代码
合并请求
0
仓库
分支
提交
标签
仓库图
比较修订版本
代码片段
锁定的文件
构建
流水线
作业
流水线计划
产物
部署
发布
软件包库
运维
环境
Terraform 模块
监控
事件
服务台
分析
价值流分析
Contributor analytics
CI/CD 分析
仓库分析
代码评审分析
议题分析
模型实验
帮助
帮助
支持
GitLab 文档
比较 GitLab 各版本
社区论坛
为极狐GitLab 提交贡献
提交反馈
快捷键
?
支持
扫描加入微信群:
1. 获取企业级DevOps解决方案支持
2. 免费或折扣极狐GitLab 官方培训认证
代码片段
群组
项目
HPCSource
nlopt
提交
f982b21a
提交
f982b21a
编辑于
4个月前
作者:
Julien Schueller
浏览文件
操作
下载
补丁
差异文件
Add issue template
上级
cd0f50f1
无相关合并请求
变更
1
隐藏空白变更内容
行内
左右并排
显示
1 个更改的文件
.github/ISSUE_TEMPLATE/0_bug.yml
+65
-0
65 个添加, 0 个删除
.github/ISSUE_TEMPLATE/0_bug.yml
有
65 个添加
和
0 个删除
.github/ISSUE_TEMPLATE/0_bug.yml
0 → 100755
+
65
−
0
浏览文件 @
f982b21a
name
:
Bug Report
description
:
Create a bug report.
labels
:
-
bug
body
:
-
type
:
textarea
id
:
what
attributes
:
label
:
What happened?
description
:
What should have happened instead? Please provide as many details as possible.
validations
:
required
:
true
-
type
:
textarea
id
:
info
attributes
:
label
:
How to reproduce the issue?
description
:
Please add the minimal code that helps replicating the issue.
render
:
shell
validations
:
required
:
true
-
type
:
textarea
id
:
version
attributes
:
label
:
Version
description
:
|
Please tell us the version you are using.
```python
import nlopt
print(nlopt.__version__)
```
validations
:
required
:
true
-
type
:
dropdown
id
:
oscheck
attributes
:
label
:
Operating System
description
:
Please provide the operating system running.
options
:
-
unknown
-
Windows
-
Linux
-
MacOS
-
all
-
other
validations
:
required
:
true
-
type
:
dropdown
id
:
sourcecheck
attributes
:
label
:
Installation media
description
:
Please provide the installation media.
options
:
-
unknown
-
pip
-
conda
-
from source
-
other
validations
:
required
:
true
-
type
:
textarea
id
:
context
attributes
:
label
:
Additional Context
description
:
Include any additional information that you think would be valuable.
This diff is collapsed.
Click to expand it.
预览
0%
请重试
或
添加新附件
.
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
保存评论
取消
想要评论请
注册
或
登录