From 2aa8a1e0b1440fe537975088cad26beda63ee37e Mon Sep 17 00:00:00 2001 From: ReaJason Date: Thu, 26 Dec 2024 01:12:03 +0800 Subject: [PATCH] docs: update issue templates [skip ci] --- .../ISSUE_TEMPLATE/内存马生成-ui-bug-上报.md | 2 +- .github/ISSUE_TEMPLATE/测试用例添加.md | 20 +++++++++++++++++++ 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 .github/ISSUE_TEMPLATE/测试用例添加.md diff --git a/.github/ISSUE_TEMPLATE/内存马生成-ui-bug-上报.md b/.github/ISSUE_TEMPLATE/内存马生成-ui-bug-上报.md index 82987b14..227435bb 100644 --- a/.github/ISSUE_TEMPLATE/内存马生成-ui-bug-上报.md +++ b/.github/ISSUE_TEMPLATE/内存马生成-ui-bug-上报.md @@ -1,7 +1,7 @@ --- name: 内存马生成 UI Bug 上报 about: Create a report to help us improve -title: "[UI Bug] Something Wrong" +title: "[UI BUG] Something Wrong" labels: bug assignees: '' diff --git a/.github/ISSUE_TEMPLATE/测试用例添加.md b/.github/ISSUE_TEMPLATE/测试用例添加.md new file mode 100644 index 00000000..6fd5436d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/测试用例添加.md @@ -0,0 +1,20 @@ +--- +name: 测试用例添加 +about: Suggest a test case for cve or else vul +title: "[Test] Something Test" +labels: enhancement +assignees: '' + +--- + +### 用例详情 + +> Describe the vul you want to test + +哪个 CVE 什么注入方式 + +### 相关资料 + +> Please list some useful links + +- link1