Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
MindSpore
mindinsight
提交
da05306c
M
mindinsight
项目概览
MindSpore
/
mindinsight
通知
7
Star
3
Fork
2
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
M
mindinsight
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
体验新版 GitCode,发现更多精彩内容 >>
提交
da05306c
编写于
3月 30, 2020
作者:
sunshine_hlw
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Add issue and PR templates for gitee and github
上级
228a448b
变更
5
隐藏空白更改
内联
并排
Showing
5 changed file
with
106 addition
and
0 deletion
+106
-0
.gitee/PULL_REQUEST_TEMPLATE.md
.gitee/PULL_REQUEST_TEMPLATE.md
+1
-0
.github/ISSUE_TEMPLATE/RFC.md
.github/ISSUE_TEMPLATE/RFC.md
+19
-0
.github/ISSUE_TEMPLATE/bug-report.md
.github/ISSUE_TEMPLATE/bug-report.md
+43
-0
.github/ISSUE_TEMPLATE/task-tracking.md
.github/ISSUE_TEMPLATE/task-tracking.md
+19
-0
.github/PULL_REQUEST_TEMPLATE.md
.github/PULL_REQUEST_TEMPLATE.md
+24
-0
未找到文件。
.gitee/PULL_REQUEST_TEMPLATE.md
浏览文件 @
da05306c
...
...
@@ -23,3 +23,4 @@ Fixes #
**Special notes for your reviewers**
:
.github/ISSUE_TEMPLATE/RFC.md
0 → 100644
浏览文件 @
da05306c
---
name
:
RFC
about
:
Use this template for the new feature or enhancement
labels
:
kind/feature or kind/enhancement
---
## Background
-
Describe the status of the problem you wish to solve
-
Attach the relevant issue if have
## Introduction
-
Describe the general solution, design and/or pseudo-code
## Trail
| No. | Task Description | Related Issue(URL) |
| --- | ---------------- | ------------------ |
| 1 | | |
| 2 | | |
.github/ISSUE_TEMPLATE/bug-report.md
0 → 100644
浏览文件 @
da05306c
---
name
:
Bug Report
about
:
Use this template for reporting a bug
labels
:
kind/bug
---
<!-- Thanks for sending an issue! Here are some tips for you:
If this is your first time, please read our contributor guidelines: https://github.com/mindspore-ai/mindspore/blob/master/CONTRIBUTING.md
-->
## Environment
### Hardware Environment(`Ascend`/`GPU`/`CPU`):
> Uncomment only one ` /device <>` line, hit enter to put that in a new line, and remove leading whitespaces from that line:
>
> `/device ascend`</br>
> `/device gpu`</br>
> `/device cpu`</br>
### Software Environment:
-
**MindSpore version (source or binary)**
:
-
**Python version (e.g., Python 3.7.5)**
:
-
**OS platform and distribution (e.g., Linux Ubuntu 16.04)**
:
-
**GCC/Compiler version (if compiled from source)**
:
## Describe the current behavior
## Describe the expected behavior
## Steps to reproduce the issue
1.
2.
3.
## Related log / screenshot
## Special notes for this issue
.github/ISSUE_TEMPLATE/task-tracking.md
0 → 100644
浏览文件 @
da05306c
---
name
:
Task
about
:
Use this template for task tracking
labels
:
kind/task
---
## Task Description
## Task Goal
## Sub Task
| No. | Task Description | Issue ID |
| --- | ---------------- | -------- |
| 1 | | |
| 2 | | |
.github/PULL_REQUEST_TEMPLATE.md
0 → 100644
浏览文件 @
da05306c
<!-- Thanks for sending a pull request! Here are some tips for you:
If this is your first time, please read our contributor guidelines: https://github.com/mindspore-ai/mindspore/blob/master/CONTRIBUTING.md
-->
**What type of PR is this?**
> Uncomment only one ` /kind <>` line, hit enter to put that in a new line, and remove leading whitespaces from that line:
>
> `/kind bug`</br>
> `/kind task`</br>
> `/kind feature`</br>
**What does this PR do / why do we need it**
:
**Which issue(s) this PR fixes**
:
<!--
*
Automatically closes linked issue when PR is merged.
Usage:
`Fixes #<issue number>`
, or
`Fixes (paste link of issue)`
.
-->
Fixes #
**Special notes for your reviewers**
:
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录