Browse Source

!162 Add a new issue template for open source software

Merge pull request !162 from ougongchang/new_issue
pull/168/MERGE
i-robot Gitee 5 years ago
parent
commit
dc405286db
1 changed files with 49 additions and 0 deletions
  1. +49
    -0
      .github/ISSUE_TEMPLATE/third-party.md

+ 49
- 0
.github/ISSUE_TEMPLATE/third-party.md View File

@@ -0,0 +1,49 @@
---
name: ThirdParty Change
about: This template is used to change third party software.
labels: kind/ThirdParty

---

<!-- 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
-->

<!--
The issue title format: [ThirdParty][new/upgrade/delete][SoftwareName version]
-->

## Software Information

- Name:<!--grpc-->
- Version:<!--1.35-->
- License:<!--Apache-2.0, please use the identifier in https://spdx.org/licenses-->
- Source code management address: <!--http://github.com/grpc-->
- Source code package download address:<!--https://github.com/grpc/grpc/archive/refs/tags/v1.35.0.tar.gz-->
- Binary package download address: <!--https://files.pythonhosted.org/packages/fc/eb/ba4847c80d3af31dc01a873eb54ecbd6e9a9c59b4ba28c0ec7aba55cc9dc/grpcio-1.35-cp37-cp37m-manylinux2010_x86_64.whl-->
- Version release frequency:<!--List the release dates of the latest five versions. Format is yy/mm/dd.-->
- Total Code Lines:<!--500 K lines -->

## Vulnerability Information

- Reporting Address:<!--If there is no vulnerability declaration address, leave this field blank.-->
- Number of Vulnerabilities:<!--Number of vulnerabilities in the last two years, ex. 2. Leave blank if none-->
- CVE ID and Score:<!--ID and score of historical CVE vulnerabilities in the past two years. Leave blank if none. Format is CVEID:Score-->

## Community Information

- Number of Stars:<!--500, Leave blank if none-->
- Last Code Submission Date:<!--2021/4/26, Leave blank if none-->

## Change Reason

<!--The reason for the change should be clearly stated why the software is needed. -->

<!--Describe which features of the software are required.-->

<!--When new software is introduced, assess how much work it takes to develop the required features.-->

## Change Impact

<!--If the version is deleted or updated, specify the code repositories and modules that will be affected, and how to modify them.-->

Loading…
Cancel
Save