diff --git a/.gitee/ISSUE_TEMPLATE/.keep b/.gitee/ISSUE_TEMPLATE/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/.gitee/ISSUE_TEMPLATE/001-bug-report.yml b/.gitee/ISSUE_TEMPLATE/001-bug-report.yml index a5cbfde02cbbea9e39187533620cf16d05dff2b0..26f779a90941d379c0151c1c7d58768b0a35a7af 100644 --- a/.gitee/ISSUE_TEMPLATE/001-bug-report.yml +++ b/.gitee/ISSUE_TEMPLATE/001-bug-report.yml @@ -8,9 +8,9 @@ body: attributes: label: Checklist options: - - label: 1. 我已经搜索过相关问题,但没有得到预期的帮助. (https://gitee.com/openeuler/yuanrong-functionsystem/issues) - - label: 2. 最新版本中该错误尚未修复. - - label: 3. 请注意,如果您提交的Bug描述缺少相应的环境信息和最小可复现的demo,我们将很难复现和解决该问题,从而降低收到反馈的可能性,甚至该问题将被关闭. + - label: 1. 我已经搜索过相关问题,但没有得到预期的帮助。(https://gitee.com/openeuler/yuanrong-functionsystem/issues) + - label: 2. 最新版本中该错误尚未修复。 + - label: 3. 请注意,如果您提交的Bug描述缺少相应的环境信息和最小可复现的demo,我们将很难复现和解决该问题,从而降低收到反馈的可能性,甚至该问题将被关闭。 validations: required: true - type: textarea @@ -20,11 +20,11 @@ body: 请提供关于错误是什么的清晰而简洁的描述。 - 请添加一个最简洁的示例,以便我们通过运行代码重现错误。代码片段尽可能简洁(最小化)非常重要,因此请花时间精简任何不相关的代码,以帮助我们高效调试。您的示例应完全独立,并且不依赖于任何需要下载的构件。**否则,该问题将被关闭** + 请添加一个最简洁的示例,以便我们通过运行代码重现错误。代码片段尽可能简洁(最小化)非常重要,因此请花时间精简任何不相关的代码,以帮助我们高效调试。您的示例应完全独立,并且不依赖于任何需要下载的构件。**否则,该问题将被关闭**。 - 请粘贴或描述您观察到的结果,如果您发现错误,请粘贴错误消息,包括异常的**完整**栈信息,将错误信息包含在```` ```triple quotes blocks``` ````内. + 请粘贴或描述您观察到的结果,如果您发现错误,请粘贴错误消息,包括异常的**完整**栈信息,将错误信息包含在```` ```triple quotes blocks``` ````内。 placeholder: | - 对 bug 的清晰、简洁的描述. + 对 bug 的清晰、简洁的描述。 ```python # Sample code to reproduce the problem @@ -38,19 +38,19 @@ body: - type: textarea attributes: label: 详细的环境信息描述 - description: 请提供必要的全部环境信息,包括所有的软件、硬件、驱动等信息. **否则,该问题将被关闭** - placeholder: "包括但不限于该问题出现所依赖的软件及版本、硬件、驱动等信息,尽可能的详细." + description: 请提供必要的全部环境信息,包括所有的软件、硬件、驱动等信息。 **否则,该问题将被关闭** 。 + placeholder: "包括但不限于该问题出现所依赖的软件及版本、硬件、驱动等信息,尽可能的详细。" validations: required: true - type: textarea attributes: label: 其他辅助信息 - description: 任何其他有助于我们定位问题的信息,请您提供 + description: 任何其他有助于我们定位问题的信息,请您提供。 placeholder: "Any other things you would like to mention." - type: textarea attributes: label: 版本信息 - description: 如果涉及多个版本,请悉数告知我们对应的版本号信息,以方便我们复现问题 + description: 如果涉及多个版本,请悉数告知我们对应的版本号信息,以方便我们复现问题。 validations: required: true - type: markdown diff --git a/.gitee/ISSUE_TEMPLATE/002-documentation.yml b/.gitee/ISSUE_TEMPLATE/002-documentation.yml index 7f75562af1ecef19817cc30d69e5c20b8388c9ec..7f00ee768d25760c6164862c30f9a42be348caf4 100644 --- a/.gitee/ISSUE_TEMPLATE/002-documentation.yml +++ b/.gitee/ISSUE_TEMPLATE/002-documentation.yml @@ -1,5 +1,5 @@ name: 📚 Documentation -description: Report an issue related to XXX +description: Report an issue related to https://pages.openeuler.openatom.cn/openyuanrong/docs/zh-cn/latest/index.html title: "[Doc]: " labels: ["documentation"] @@ -8,7 +8,7 @@ body: attributes: label: 📚 文档问题描述 description: > - A clear and concise description of what content in XXX is an issue. + A clear and concise description of what content in https://pages.openeuler.openatom.cn/openyuanrong/docs/zh-cn/latest/index.html is an issue. validations: required: true - type: textarea @@ -19,7 +19,7 @@ body: - type: textarea attributes: label: 版本信息 - description: 如果涉及多个版本,请悉数告知我们对应的版本号信息,以方便我们复现问题 + description: 如果涉及多个版本,请悉数告知我们对应的版本号信息,以方便我们复现问题。 validations: required: true - type: markdown diff --git a/.gitee/ISSUE_TEMPLATE/003-feature-request.yml b/.gitee/ISSUE_TEMPLATE/003-feature-request.yml index 4b97bfc99da2fb0cf7c5510c78e2b227e9e07f4b..39ed07739279aa20b265ed5bce107f7306cfb49c 100644 --- a/.gitee/ISSUE_TEMPLATE/003-feature-request.yml +++ b/.gitee/ISSUE_TEMPLATE/003-feature-request.yml @@ -1,5 +1,5 @@ name: 🚀 Feature request -description: Submit a proposal/request for a new yuanrong feature +description: Submit a proposal/request for a new openYuanrong feature title: "[Feature]: " labels: ["feature"] diff --git a/.gitee/ISSUE_TEMPLATE/004-RFC.yml b/.gitee/ISSUE_TEMPLATE/004-RFC.yml index a27bdddd07e9070364141354964a6ab3b0cbb28f..75383d4e7502583cacc974f7f474840f46c43084 100644 --- a/.gitee/ISSUE_TEMPLATE/004-RFC.yml +++ b/.gitee/ISSUE_TEMPLATE/004-RFC.yml @@ -54,10 +54,10 @@ body: - type: markdown attributes: value: > - Thanks for contributing 🎉! The yuanrong core team hosts a biweekly RFC review session, while most RFCs can be discussed online, you can optionally sign up for a slot to discuss your RFC online. + Thanks for contributing 🎉! The openYuanrong core team hosts a biweekly RFC review session, while most RFCs can be discussed online, you can optionally sign up for a slot to discuss your RFC online. - type: checkboxes attributes: label: Before submitting a new issue... options: - - label: Make sure you already searched for previous. + - label: Make sure you already searched for previous [RFCs](https://gitee.com/openeuler/yuanrong-functionsystem/issues). required: true \ No newline at end of file diff --git a/.gitee/ISSUE_TEMPLATE/005-security_report.yml b/.gitee/ISSUE_TEMPLATE/005-security_report.yml deleted file mode 100644 index 0ce9e861b4d2be12d54ef7adb08b103ab7edeeb1..0000000000000000000000000000000000000000 --- a/.gitee/ISSUE_TEMPLATE/005-security_report.yml +++ /dev/null @@ -1,29 +0,0 @@ -name: ⚡Report a security vulnerability -labels: ["security"] -body: - - type: textarea - attributes: - label: 漏洞信息 - description: | - Please clearly describe the vulnerability number, component, and version number, and clearly describe the main background and content of the vulnerability. Also note the time of disclosure, creation, and reference link for vulnerability details and analysis link. - placeholder: "Vulnerability information." - validations: - required: true - - type: textarea - attributes: - label: 漏洞分析结构反馈 - description: | - Provide a thorough analysis of the vulnerability's impact, including vulnerability scoring for the MindSpore. - placeholder: "Vulnerability analysis." - validations: - required: true - - type: textarea - attributes: - label: 版本信息 - description: 如果涉及多个版本,请悉数告知我们对应的版本号信息,以方便我们复现问题 - validations: - required: true - - type: markdown - attributes: - value: > - Thanks for contributing 🎉! \ No newline at end of file diff --git a/.gitee/ISSUE_TEMPLATE/config.yml b/.gitee/ISSUE_TEMPLATE/config.yml deleted file mode 100644 index 0d24c618de3294c1ae1a25440d0cdd0a69feeb19..0000000000000000000000000000000000000000 --- a/.gitee/ISSUE_TEMPLATE/config.yml +++ /dev/null @@ -1,3 +0,0 @@ -contact_links: - - name: Questions - about: Ask questions and discuss with other yuanrong community members \ No newline at end of file