From 80e85bdf68b3ef473079c846aa0f274ac83c0683 Mon Sep 17 00:00:00 2001 From: ougongchang Date: Sat, 26 Jun 2021 15:02:58 +0800 Subject: [PATCH] Add a new issue template for open source software --- .github/ISSUE_TEMPLATE/third-party.md | 49 +++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/third-party.md diff --git a/.github/ISSUE_TEMPLATE/third-party.md b/.github/ISSUE_TEMPLATE/third-party.md new file mode 100644 index 0000000..41628dc --- /dev/null +++ b/.github/ISSUE_TEMPLATE/third-party.md @@ -0,0 +1,49 @@ +--- +name: ThirdParty Change +about: This template is used to change third party software. +labels: kind/ThirdParty + +--- + + + + + +## Software Information + +- Name: +- Version: +- License: +- Source code management address: +- Source code package download address: +- Binary package download address: +- Version release frequency: +- Total Code Lines: + +## Vulnerability Information + +- Reporting Address: +- Number of Vulnerabilities: +- CVE ID and Score: + +## Community Information + +- Number of Stars: +- Last Code Submission Date: + +## Change Reason + + + + + + + +## Change Impact + + \ No newline at end of file